diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-04-15 14:11:00 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-07-01 14:38:41 -0400 |
commit | 5705b8aca5a80141de5637ff0e23b31b26f2c5bf (patch) | |
tree | 1f71183b732935b2dbd5962bb784eee39a0b72d0 /include/linux/mfd/tps6507x.h | |
parent | 69e9aa99989c68763373d54076d82405d1000f46 (diff) |
Input: tps6507x-ts - convert to polled input device infrastructure
There is no need to roll our own polling scheme when we already have
one implemented by the core.
Tested-by: Manish Badarkhe <badarkhe.manish@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/mfd/tps6507x.h')
-rw-r--r-- | include/linux/mfd/tps6507x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/tps6507x.h b/include/linux/mfd/tps6507x.h index c923e4864f55..c2ae56933539 100644 --- a/include/linux/mfd/tps6507x.h +++ b/include/linux/mfd/tps6507x.h | |||
@@ -163,7 +163,6 @@ struct tps6507x_dev { | |||
163 | 163 | ||
164 | /* Client devices */ | 164 | /* Client devices */ |
165 | struct tps6507x_pmic *pmic; | 165 | struct tps6507x_pmic *pmic; |
166 | struct tps6507x_ts *ts; | ||
167 | }; | 166 | }; |
168 | 167 | ||
169 | #endif /* __LINUX_MFD_TPS6507X_H */ | 168 | #endif /* __LINUX_MFD_TPS6507X_H */ |