diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-parport-light.c')
-rw-r--r-- | drivers/i2c/busses/i2c-parport-light.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-parport-light.c b/drivers/i2c/busses/i2c-parport-light.c index e09ebbb2f9f0..5eb2bd294fd9 100644 --- a/drivers/i2c/busses/i2c-parport-light.c +++ b/drivers/i2c/busses/i2c-parport-light.c | |||
@@ -103,7 +103,6 @@ static struct i2c_algo_bit_data parport_algo_data = { | |||
103 | .getsda = parport_getsda, | 103 | .getsda = parport_getsda, |
104 | .getscl = parport_getscl, | 104 | .getscl = parport_getscl, |
105 | .udelay = 50, | 105 | .udelay = 50, |
106 | .mdelay = 50, | ||
107 | .timeout = HZ, | 106 | .timeout = HZ, |
108 | }; | 107 | }; |
109 | 108 | ||