linux-input.vger.kernel.org archive mirror
 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; only message 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] only message in thread

only message in thread, other threads:[~2020-02-17  2:19 UTC | newest]

Thread overview: (only message) (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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).