diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-11-19 15:51:26 -0500 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-11-25 21:27:54 -0500 |
| commit | f261d46551275abc9e92b24773b15fbb82153b63 (patch) | |
| tree | 6e3c94963acd8dba7169780b9817eaa83df031ba /include/linux/i2c | |
| parent | 07f9e5cf8e4154ad17b92ad288be0f04fa0cb94f (diff) | |
Input: tsc2007 - remove unused poll_delay from platform data
The driver does not use poll_delay parameter, so let's remove it.
Tested-by: Denis Carikli <denis@eukrea.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/i2c')
| -rw-r--r-- | include/linux/i2c/tsc2007.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/i2c/tsc2007.h b/include/linux/i2c/tsc2007.h index 041c8e823664..4f35b6ad3889 100644 --- a/include/linux/i2c/tsc2007.h +++ b/include/linux/i2c/tsc2007.h | |||
| @@ -7,8 +7,6 @@ struct tsc2007_platform_data { | |||
| 7 | u16 model; /* 2007. */ | 7 | u16 model; /* 2007. */ |
| 8 | u16 x_plate_ohms; /* must be non-zero value */ | 8 | u16 x_plate_ohms; /* must be non-zero value */ |
| 9 | u16 max_rt; /* max. resistance above which samples are ignored */ | 9 | u16 max_rt; /* max. resistance above which samples are ignored */ |
| 10 | unsigned long poll_delay; /* delay (in ms) after pen-down event | ||
| 11 | before polling starts */ | ||
| 12 | unsigned long poll_period; /* time (in ms) between samples */ | 10 | unsigned long poll_period; /* time (in ms) between samples */ |
| 13 | int fuzzx; /* fuzz factor for X, Y and pressure axes */ | 11 | int fuzzx; /* fuzz factor for X, Y and pressure axes */ |
| 14 | int fuzzy; | 12 | int fuzzy; |
