diff options
author | Jean Delvare <khali@linux-fr.org> | 2008-07-14 20:38:31 (GMT) |
---|---|---|
committer | Jean Delvare <khali@mahadeva.delvare> | 2008-07-14 20:38:31 (GMT) |
commit | e3e7fc3c401a5d53f0599a357b3cf65d6a4f52e3 (patch) | |
tree | 69f15b80e20490ede71f6ded32aa4aa8e435d098 /include | |
parent | 0573d11b2bbd0e4774f33f4c1959c1939c055e96 (diff) | |
download | linux-fsl-qoriq-e3e7fc3c401a5d53f0599a357b3cf65d6a4f52e3.tar.xz |
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')
-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 74fb6f8..0177d28 100644 --- a/include/linux/i2c-algo-pcf.h +++ b/include/linux/i2c-algo-pcf.h @@ -33,10 +33,6 @@ struct i2c_algo_pcf_data { int (*getclock) (void *data); void (*waitforpin) (void); - /* local settings */ - int udelay; - int timeout; - /* Multi-master lost arbitration back-off delay (msecs) * This should be set by the bus adapter or knowledgable client * if bus is multi-mastered, else zero |