diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-04-15 11:05:54 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-06-25 09:47:35 -0700 |
commit | 22381288ba7fcb4d84cfba828dbca71c60d4ef79 (patch) | |
tree | 57d0430db401de8f489ad3e10547315f2c5c7326 /include/linux | |
parent | 02a71600df7805d80e4269684a75a0efc689657d (diff) |
Input: tps6507x-ts - remove vref from platform data
Although defined in platform data, vref is not used anywhere.
Also remove model, irq, and clear_penirq as they are not used either.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/input/tps6507x-ts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/input/tps6507x-ts.h b/include/linux/input/tps6507x-ts.h index ab1440313924..b433df801d92 100644 --- a/include/linux/input/tps6507x-ts.h +++ b/include/linux/input/tps6507x-ts.h @@ -14,7 +14,6 @@ /* Board specific touch screen initial values */ struct touchscreen_init_data { int poll_period; /* ms */ - int vref; /* non-zero to leave vref on */ __u16 min_pressure; /* min reading to be treated as a touch */ __u16 vendor; __u16 product; |