From e36bfc77badafcb28565b23c4be3fc35771e0b6a Mon Sep 17 00:00:00 2001 From: Shoaib0597 Date: Thu, 2 Aug 2018 19:44:51 +0530 Subject: [PATCH] T-Gesture: Add a Missing "#include" Entry Signed-off-by: Shoaib0597 --- drivers/input/touchscreen/tgesture/tgesture.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/drivers/input/touchscreen/tgesture/tgesture.c b/drivers/input/touchscreen/tgesture/tgesture.c index efac2193c1887..473590a9cc9f0 100644 --- a/drivers/input/touchscreen/tgesture/tgesture.c +++ b/drivers/input/touchscreen/tgesture/tgesture.c @@ -19,16 +19,11 @@ #include #include #include +#include #include #include - - - - - - #include #include @@ -285,8 +280,3 @@ static void __exit TGesture_exit(void) module_init(TGesture_init); module_exit(TGesture_exit); /*----------------------------------------------------------------------------*/ - - - - -