diff options
-rw-r--r-- | drivers/i2c/busses/i2c-parport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-parport.c b/drivers/i2c/busses/i2c-parport.c index 24565687ac9b..81d887869620 100644 --- a/drivers/i2c/busses/i2c-parport.c +++ b/drivers/i2c/busses/i2c-parport.c | |||
@@ -151,7 +151,7 @@ static const struct i2c_algo_bit_data parport_algo_data = { | |||
151 | 151 | ||
152 | /* ----- I2c and parallel port call-back functions and structures --------- */ | 152 | /* ----- I2c and parallel port call-back functions and structures --------- */ |
153 | 153 | ||
154 | void i2c_parport_irq(void *data) | 154 | static void i2c_parport_irq(void *data) |
155 | { | 155 | { |
156 | struct i2c_par *adapter = data; | 156 | struct i2c_par *adapter = data; |
157 | struct i2c_client *ara = adapter->ara; | 157 | struct i2c_client *ara = adapter->ara; |