From 37c9e7be0733312c91070f1c38fda702cb29bcfb Mon Sep 17 00:00:00 2001 From: "George G. Davis" Date: Fri, 28 Sep 2018 17:19:34 -0700 Subject: [PATCH] Input: atmel_mxt_ts - fix multiple includes Both v4.16-rc7 commit 1da060e32480 ("Input: atmel_mxt_ts - switch from OF to generic device properties") and v4.16-rc7 commit dec7f8449153 ("Input: atmel_mxt_ts - remove platform data support") added includes of "". Remove one of the duplicate includes to fix this. Signed-off-by: George G. Davis Signed-off-by: Dmitry Torokhov --- drivers/input/touchscreen/atmel_mxt_ts.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index 3232af5dcf894..bbc122f35515b 100644 --- a/drivers/input/touchscreen/atmel_mxt_ts.c +++ b/drivers/input/touchscreen/atmel_mxt_ts.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include -- 2.39.5