All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input: keyboard: imx_sc_key: Remove unused includes
@ 2020-02-17  2:13 ` Anson Huang
  0 siblings, 0 replies; 2+ messages in thread
From: Anson Huang @ 2020-02-17  2:13 UTC (permalink / raw)
  To: dmitry.torokhov, shawnguo, s.hauer, kernel, festevam, robh,
	linux-input, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

There is nothing in use from device.h/init.h/property.h, remove them.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/input/keyboard/imx_sc_key.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/input/keyboard/imx_sc_key.c b/drivers/input/keyboard/imx_sc_key.c
index 5379952..193c534 100644
--- a/drivers/input/keyboard/imx_sc_key.c
+++ b/drivers/input/keyboard/imx_sc_key.c
@@ -4,9 +4,7 @@
  */
 
 #include <linux/err.h>
-#include <linux/device.h>
 #include <linux/firmware/imx/sci.h>
-#include <linux/init.h>
 #include <linux/input.h>
 #include <linux/interrupt.h>
 #include <linux/jiffies.h>
@@ -14,7 +12,6 @@
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/platform_device.h>
-#include <linux/property.h>
 
 #define DEBOUNCE_TIME				30
 #define REPEAT_INTERVAL				60
-- 
2.7.4


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

* [PATCH] input: keyboard: imx_sc_key: Remove unused includes
@ 2020-02-17  2:13 ` Anson Huang
  0 siblings, 0 replies; 2+ messages in thread
From: Anson Huang @ 2020-02-17  2:13 UTC (permalink / raw)
  To: dmitry.torokhov, shawnguo, s.hauer, kernel, festevam, robh,
	linux-input, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

There is nothing in use from device.h/init.h/property.h, remove them.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/input/keyboard/imx_sc_key.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/input/keyboard/imx_sc_key.c b/drivers/input/keyboard/imx_sc_key.c
index 5379952..193c534 100644
--- a/drivers/input/keyboard/imx_sc_key.c
+++ b/drivers/input/keyboard/imx_sc_key.c
@@ -4,9 +4,7 @@
  */
 
 #include <linux/err.h>
-#include <linux/device.h>
 #include <linux/firmware/imx/sci.h>
-#include <linux/init.h>
 #include <linux/input.h>
 #include <linux/interrupt.h>
 #include <linux/jiffies.h>
@@ -14,7 +12,6 @@
 #include <linux/module.h>
 #include <linux/of.h>
 #include <linux/platform_device.h>
-#include <linux/property.h>
 
 #define DEBOUNCE_TIME				30
 #define REPEAT_INTERVAL				60
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-02-17  2:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-17  2:13 [PATCH] input: keyboard: imx_sc_key: Remove unused includes Anson Huang
2020-02-17  2:13 ` Anson Huang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.