diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-07-14 16:38:31 -0400 |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-07-14 16:38:31 -0400 |
commit | e3e7fc3c401a5d53f0599a357b3cf65d6a4f52e3 (patch) | |
tree | 69f15b80e20490ede71f6ded32aa4aa8e435d098 /include/linux/i2c-algo-pcf.h | |
parent | 0573d11b2bbd0e4774f33f4c1959c1939c055e96 (diff) |
i2c-algo-pcf: Drop unused struct members
Struct members udelay and timeout aren't used anywhere, so drop them.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Eric Brower <ebrower@gmail.com>
Diffstat (limited to 'include/linux/i2c-algo-pcf.h')
-rw-r--r-- | include/linux/i2c-algo-pcf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/i2c-algo-pcf.h b/include/linux/i2c-algo-pcf.h index 74fb6f889a77..0177d280f733 100644 --- a/include/linux/i2c-algo-pcf.h +++ b/include/linux/i2c-algo-pcf.h | |||
@@ -33,10 +33,6 @@ struct i2c_algo_pcf_data { | |||
33 | int (*getclock) (void *data); | 33 | int (*getclock) (void *data); |
34 | void (*waitforpin) (void); | 34 | void (*waitforpin) (void); |
35 | 35 | ||
36 | /* local settings */ | ||
37 | int udelay; | ||
38 | int timeout; | ||
39 | |||
40 | /* Multi-master lost arbitration back-off delay (msecs) | 36 | /* Multi-master lost arbitration back-off delay (msecs) |
41 | * This should be set by the bus adapter or knowledgable client | 37 | * This should be set by the bus adapter or knowledgable client |
42 | * if bus is multi-mastered, else zero | 38 | * if bus is multi-mastered, else zero |