aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-elektor.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/i2c/busses/i2c-elektor.c')
-rw-r--r--drivers/i2c/busses/i2c-elektor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/busses/i2c-elektor.c b/drivers/i2c/busses/i2c-elektor.c
index b7a9977b025f..c251cf21a62b 100644
--- a/drivers/i2c/busses/i2c-elektor.c
+++ b/drivers/i2c/busses/i2c-elektor.c
@@ -202,7 +202,7 @@ static struct i2c_algo_pcf_data pcf_isa_data = {
202 202
203static struct i2c_adapter pcf_isa_ops = { 203static struct i2c_adapter pcf_isa_ops = {
204 .owner = THIS_MODULE, 204 .owner = THIS_MODULE,
205 .class = I2C_CLASS_HWMON, 205 .class = I2C_CLASS_HWMON | I2C_CLASS_SPD,
206 .id = I2C_HW_P_ELEK, 206 .id = I2C_HW_P_ELEK,
207 .algo_data = &pcf_isa_data, 207 .algo_data = &pcf_isa_data,
208 .name = "i2c-elektor", 208 .name = "i2c-elektor",