mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] platform: x86: Remove duplicated include in barco-p50-gpio.c
@ 2022-06-26 17:15 Saurav Girepunje
  2022-06-26 19:11 ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Saurav Girepunje @ 2022-06-26 17:15 UTC (permalink / raw)
  To: santoshkumar.yadav, peter.korsgaard, hdegoede, markgross,
	platform-driver-x86, linux-kernel
  Cc: saurav.girepunje

Remove the duplicate include of linux/io.h in barco-p50-gpio.c
file.

Signed-off-by: Saurav Girepunje <saurav.girepunje@gmail.com>
---
 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 f5c72e33f9ae..bb8ed8e95225 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>
 #include <linux/kernel.h>
 #include <linux/leds.h>
 #include <linux/module.h>
--
2.33.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-27 17:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26 17:15 [PATCH] platform: x86: Remove duplicated include in barco-p50-gpio.c Saurav Girepunje
2022-06-26 19:11 ` Peter Korsgaard
2022-06-27  3:39   ` Saurav Girepunje
2022-06-27  7:02     ` Peter Korsgaard
2022-06-27 17:35       ` Saurav Girepunje

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®