diff options
Diffstat (limited to 'include/linux/input')
| -rw-r--r-- | include/linux/input/pixcir_ts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input/pixcir_ts.h b/include/linux/input/pixcir_ts.h index 7942804464d3..160cf353aa39 100644 --- a/include/linux/input/pixcir_ts.h +++ b/include/linux/input/pixcir_ts.h | |||
| @@ -44,9 +44,9 @@ enum pixcir_int_mode { | |||
| 44 | #define PIXCIR_INT_POL_HIGH (1UL << 2) | 44 | #define PIXCIR_INT_POL_HIGH (1UL << 2) |
| 45 | 45 | ||
| 46 | struct pixcir_ts_platform_data { | 46 | struct pixcir_ts_platform_data { |
| 47 | int (*attb_read_val)(void); | ||
| 48 | int x_max; | 47 | int x_max; |
| 49 | int y_max; | 48 | int y_max; |
| 49 | int gpio_attb; /* GPIO connected to ATTB line */ | ||
| 50 | }; | 50 | }; |
| 51 | 51 | ||
| 52 | #endif | 52 | #endif |
