>>>>> "Haowen" == Haowen Bai <baihaowen@xxxxxxxxx> writes: > Clean up the following includecheck warning: > drivers/platform/x86/barco-p50-gpio.c: linux/io.h is included more than once. > No functional change. > Signed-off-by: Haowen Bai <baihaowen@xxxxxxxxx> > --- > drivers/platform/x86/barco-p50-gpio.c | 1 - > 1 file changed, 1 deletion(-) > diff --git a/drivers/platform/x86/barco-p50-gpio.c b/drivers/platform/x86/barco-p50-gpio.c > index f5c72e3..bb8ed8e 100644 > --- a/drivers/platform/x86/barco-p50-gpio.c > +++ b/drivers/platform/x86/barco-p50-gpio.c > @@ -14,7 +14,6 @@ > #include <linux/delay.h> > #include <linux/dmi.h> > #include <linux/err.h> > -#include <linux/io.h> It would be nicer to drop the io.h include higher up to keep the (almost) alphabetical ordering. Other than that: Acked-by: Peter Korsgaard <peter.korsgaard@xxxxxxxxx> -- Bye, Peter Korsgaard