diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-ali15x3.c')
| -rw-r--r-- | drivers/i2c/busses/i2c-ali15x3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-ali15x3.c b/drivers/i2c/busses/i2c-ali15x3.c index 234fdde7d40e..39066dee46e3 100644 --- a/drivers/i2c/busses/i2c-ali15x3.c +++ b/drivers/i2c/busses/i2c-ali15x3.c | |||
| @@ -473,7 +473,6 @@ static const struct i2c_algorithm smbus_algorithm = { | |||
| 473 | 473 | ||
| 474 | static struct i2c_adapter ali15x3_adapter = { | 474 | static struct i2c_adapter ali15x3_adapter = { |
| 475 | .owner = THIS_MODULE, | 475 | .owner = THIS_MODULE, |
| 476 | .id = I2C_HW_SMBUS_ALI15X3, | ||
| 477 | .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, | 476 | .class = I2C_CLASS_HWMON | I2C_CLASS_SPD, |
| 478 | .algo = &smbus_algorithm, | 477 | .algo = &smbus_algorithm, |
| 479 | }; | 478 | }; |
