Commit b7c7e086 authored by Jean Delvare's avatar Jean Delvare Committed by Chanwoo Choi

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: default avatarJean Delvare <jdelvare@suse.de>
Acked-by: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: default avatarChanwoo Choi <cw00.choi@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
parent d7155231
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment