Sfoglia il codice sorgente

extcon: sm5502: Drop useless include

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>
Jean Delvare 11 anni fa
parent
commit
b7c7e08659
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      drivers/extcon/extcon-sm5502.c

+ 0 - 1
drivers/extcon/extcon-sm5502.c

@@ -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>