From: David Kershner Date: Wed, 27 Sep 2017 17:14:30 +0000 (-0400) Subject: staging: unisys: include: remove io.h from channel.h X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=cee247cbb31bc691a215042be3283749e981c248;p=openwrt%2Fstaging%2Fblogic.git staging: unisys: include: remove io.h from channel.h Channel.h was including io.h and not using it. Remove the #include. Signed-off-by: David Kershner Reviewed-by: Tim Sell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/channel.h b/drivers/staging/unisys/include/channel.h index 2babe93631f3..59b71a6e39ef 100644 --- a/drivers/staging/unisys/include/channel.h +++ b/drivers/staging/unisys/include/channel.h @@ -18,7 +18,6 @@ #define __CHANNEL_H__ #include -#include #include #define SIGNATURE_16(A, B) ((A) | ((B) << 8))