extcon: sm5502: Drop useless include
authorJean Delvare <jdelvare@suse.de>
Tue, 16 Sep 2014 21:16:15 +0000 (23:16 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 22 Sep 2014 07:00:23 +0000 (16:00 +0900)
Don't include <linux/input.h> when the driver does not use anything
from this header file.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
drivers/extcon/extcon-sm5502.c

index 8e6e669..b0f7bd8 100644 (file)
@@ -12,7 +12,6 @@
 
 #include <linux/err.h>
 #include <linux/i2c.h>
-#include <linux/input.h>
 #include <linux/interrupt.h>
 #include <linux/irqdomain.h>
 #include <linux/kernel.h>