diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-04-15 18:11:00 (GMT) |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2013-07-01 18:38:41 (GMT) |
commit | 5705b8aca5a80141de5637ff0e23b31b26f2c5bf (patch) | |
tree | 1f71183b732935b2dbd5962bb784eee39a0b72d0 /include | |
parent | 69e9aa99989c68763373d54076d82405d1000f46 (diff) | |
download | linux-5705b8aca5a80141de5637ff0e23b31b26f2c5bf.tar.xz |
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')
-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 c923e486..c2ae569 100644 --- a/include/linux/mfd/tps6507x.h +++ b/include/linux/mfd/tps6507x.h @@ -163,7 +163,6 @@ struct tps6507x_dev { /* Client devices */ struct tps6507x_pmic *pmic; - struct tps6507x_ts *ts; }; #endif /* __LINUX_MFD_TPS6507X_H */ |