Don't include <linux/input.h> when the driver does not use anything from this header file.
Signed-off-by: Jean Delvare <[email protected]> Cc: Chanwoo Choi <[email protected]> Cc: MyungJoo Ham <[email protected]> --- drivers/extcon/extcon-sm5502.c | 1 - 1 file changed, 1 deletion(-) --- a/drivers/extcon/extcon-sm5502.c +++ b/drivers/extcon/extcon-sm5502.c @@ -17,7 +17,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> -- Jean Delvare SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

