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>
This commit is contained in:
parent
0573d11b2b
commit
e3e7fc3c40
2 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue