Commit a0f8eb34 authored by Patrick Mochel's avatar Patrick Mochel Committed by Patrick Mochel

[PATCH] I2C: class fixup for the ali1563 driver

parent e6a18823
......@@ -357,6 +357,7 @@ static struct i2c_algorithm ali1563_algorithm = {
static struct i2c_adapter ali1563_adapter = {
.owner = THIS_MODULE,
.class = I2C_ADAP_CLASS_SMBUS,
.algo = &ali1563_algorithm,
};
......
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