From: Pravin Shedge Date: Tue, 5 Dec 2017 18:20:43 +0000 (-0800) Subject: Input: synaptic_rmi4 - remove duplicate include in F34 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=28f9fe57ddb2b3a3ce34cf46d30b56b967914ba8;p=openwrt%2Fstaging%2Fblogic.git Input: synaptic_rmi4 - remove duplicate include in F34 This duplicate include has been found with scripts/checkincludes.pl but it has been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge Patchwork-Id: 10092051 Acked-by: Benjamin Tissoires Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/rmi4/rmi_f34.c b/drivers/input/rmi4/rmi_f34.c index 4cfe9703a8e7..f1f5ac539d5d 100644 --- a/drivers/input/rmi4/rmi_f34.c +++ b/drivers/input/rmi4/rmi_f34.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include "rmi_driver.h"