Skip to content

Commit

Permalink
T-Gesture: Add a Missing "#include" Entry
Browse files Browse the repository at this point in the history
Signed-off-by: Shoaib0597 <[email protected]>
  • Loading branch information
Shoaib0597 committed Aug 2, 2018
1 parent d09b549 commit e36bfc7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions drivers/input/touchscreen/tgesture/tgesture.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@
#include <linux/input.h>
#include <linux/workqueue.h>
#include <linux/kobject.h>
#include <linux/module.h>

#include <linux/platform_device.h>
#include <asm/atomic.h>







#include <asm/io.h>

#include <linux/proc_fs.h>
Expand Down Expand Up @@ -285,8 +280,3 @@ static void __exit TGesture_exit(void)
module_init(TGesture_init);
module_exit(TGesture_exit);
/*----------------------------------------------------------------------------*/





0 comments on commit e36bfc7

Please sign in to comment.