i2c: Drop unused I2C_CLASS_TV flags
[cascardo/linux.git] / drivers / staging / tm6000 / tm6000-i2c.c
index 3e46866..93f625f 100644 (file)
@@ -320,7 +320,6 @@ static struct i2c_algorithm tm6000_algo = {
 
 static struct i2c_adapter tm6000_adap_template = {
        .owner = THIS_MODULE,
-       .class = I2C_CLASS_TV_ANALOG | I2C_CLASS_TV_DIGITAL,
        .name = "tm6000",
        .algo = &tm6000_algo,
 };