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-Tag: rel_imx_4.19.35_1.1.0~11324^2~245 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=cee247cbb31bc691a215042be3283749e981c248;p=linux.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))