]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/staging/tm6000/tm6000-i2c.c
i2c: Drop unused I2C_CLASS_TV flags
[net-next-2.6.git] / drivers / staging / tm6000 / tm6000-i2c.c
index 3e46866dd2791dc3b66724bd64e96836a1159dfd..93f625fc852b20d991012ffa6d61b05b693690a6 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,
 };