Skip to content

Commit

Permalink
extcon: sm5502: Drop useless include
Browse files Browse the repository at this point in the history
Don't include <linux/input.h> when the driver does not use anything
from this header file.

Signed-off-by: Jean Delvare <[email protected]>
Acked-by: MyungJoo Ham <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
Cc: Chanwoo Choi <[email protected]>
Cc: MyungJoo Ham <[email protected]>
  • Loading branch information
jdelvare authored and chanwoochoi committed Sep 22, 2014
1 parent d715523 commit b7c7e08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/extcon/extcon-sm5502.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b7c7e08

Please sign in to comment.