summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/rm31080a_ts.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/input/touchscreen/rm31080a_ts.h b/drivers/input/touchscreen/rm31080a_ts.h
index fb4c009b294b..6d3f8d31d820 100644
--- a/drivers/input/touchscreen/rm31080a_ts.h
+++ b/drivers/input/touchscreen/rm31080a_ts.h
@@ -1,6 +1,8 @@
#ifndef _RM31080A_TS_H_
#define _RM31080A_TS_H_
+#include <linux/platform_data/rm31080a_ts.h>
+
#define ENABLE_RAW_DATA_QUEUE
#define RM_IOCTL_REPORT_POINT 0x1001
@@ -35,8 +37,4 @@ typedef struct
unsigned short usZ[RM_TS_MAX_POINTS];
}rm_touch_event;
-struct rm_spi_ts_platform_data{
- int gpio_reset;
-};
-
#endif //_RM31080A_TS_H_