Commit 7fe442a1 authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare

i2c-parport: i2c_parport_irq can be static

i2c_parport_irq is only called internally so it can be static.
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent bccd780f
...@@ -151,7 +151,7 @@ static const struct i2c_algo_bit_data parport_algo_data = { ...@@ -151,7 +151,7 @@ static const struct i2c_algo_bit_data parport_algo_data = {
/* ----- I2c and parallel port call-back functions and structures --------- */ /* ----- I2c and parallel port call-back functions and structures --------- */
void i2c_parport_irq(void *data) static void i2c_parport_irq(void *data)
{ {
struct i2c_par *adapter = data; struct i2c_par *adapter = data;
struct i2c_client *ara = adapter->ara; struct i2c_client *ara = adapter->ara;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment