diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-isa.c')
-rw-r--r-- | drivers/i2c/busses/i2c-isa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-isa.c b/drivers/i2c/busses/i2c-isa.c index dc666d7cf45a..baae5dbc198e 100644 --- a/drivers/i2c/busses/i2c-isa.c +++ b/drivers/i2c/busses/i2c-isa.c | |||
@@ -43,7 +43,6 @@ static u32 isa_func(struct i2c_adapter *adapter); | |||
43 | 43 | ||
44 | /* This is the actual algorithm we define */ | 44 | /* This is the actual algorithm we define */ |
45 | static struct i2c_algorithm isa_algorithm = { | 45 | static struct i2c_algorithm isa_algorithm = { |
46 | .id = I2C_ALGO_ISA, | ||
47 | .functionality = isa_func, | 46 | .functionality = isa_func, |
48 | }; | 47 | }; |
49 | 48 | ||