* [PATCH V2] platform/x86: barco-p50-gpio: Fix duplicate included inux/io.h
@ 2022-03-23 7:50 Haowen Bai
2022-03-23 8:08 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Haowen Bai @ 2022-03-23 7:50 UTC (permalink / raw)
To: santoshkumar.yadav, peter.korsgaard, hdegoede, markgross
Cc: platform-driver-x86, linux-kernel, Haowen Bai
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@meizu.com>
---
V1->V2: drop the io.h include higher up to keep the (almost) alphabetical ordering.
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..0553428 100644
--- a/drivers/platform/x86/barco-p50-gpio.c
+++ b/drivers/platform/x86/barco-p50-gpio.c
@@ -10,7 +10,6 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
-#include <linux/io.h>
#include <linux/delay.h>
#include <linux/dmi.h>
#include <linux/err.h>
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH V2] platform/x86: barco-p50-gpio: Fix duplicate included inux/io.h
2022-03-23 7:50 [PATCH V2] platform/x86: barco-p50-gpio: Fix duplicate included inux/io.h Haowen Bai
@ 2022-03-23 8:08 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-03-23 8:08 UTC (permalink / raw)
To: Haowen Bai
Cc: santoshkumar.yadav, peter.korsgaard, hdegoede, markgross,
platform-driver-x86, linux-kernel
>>>>> "Haowen" == Haowen Bai <baihaowen@meizu.com> 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@meizu.com>
> ---
V1-> V2: drop the io.h include higher up to keep the (almost) alphabetical ordering.
Acked-by: Peter Korsgaard <peter.korsgaard@barco.com>
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-23 8:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23 7:50 [PATCH V2] platform/x86: barco-p50-gpio: Fix duplicate included inux/io.h Haowen Bai
2022-03-23 8:08 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox