Commit e3e7fc3c401a5d53f0599a357b3cf65d6a4f52e3
Committed by
Jean Delvare
1 parent
0573d11b2b
Exists in
master
and in
7 other branches
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>
Showing 2 changed files with 0 additions and 6 deletions Side-by-side Diff
drivers/i2c/busses/i2c-elektor.c
include/linux/i2c-algo-pcf.h
... | ... | @@ -33,10 +33,6 @@ |
33 | 33 | int (*getclock) (void *data); |
34 | 34 | void (*waitforpin) (void); |
35 | 35 | |
36 | - /* local settings */ | |
37 | - int udelay; | |
38 | - int timeout; | |
39 | - | |
40 | 36 | /* Multi-master lost arbitration back-off delay (msecs) |
41 | 37 | * This should be set by the bus adapter or knowledgable client |
42 | 38 | * if bus is multi-mastered, else zero |