diff options
Diffstat (limited to 'drivers/input/touchscreen/mxt224_u1.c')
-rw-r--r-- | drivers/input/touchscreen/mxt224_u1.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/input/touchscreen/mxt224_u1.c b/drivers/input/touchscreen/mxt224_u1.c index cd0674f..5a243fb 100644 --- a/drivers/input/touchscreen/mxt224_u1.c +++ b/drivers/input/touchscreen/mxt224_u1.c @@ -28,8 +28,6 @@ #include <mach/cpufreq.h> #include <linux/input/mt.h> -#include "../keyboard/cypress/cypress-touchkey.h" - #define OBJECT_TABLE_START_ADDRESS 7 #define OBJECT_TABLE_ELEMENT_SIZE 6 @@ -1339,10 +1337,6 @@ static void report_input_data(struct mxt224_data *data) copy_data->lock_status = 1; } } - - /* tell cypress keypad we had finger activity */ - touchscreen_state_report(touch_is_pressed); - } void palm_recovery(void) |