]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/media/video/cx18/cx18-i2c.c
V4L/DVB (12343): Stop defining I2C adapter IDs nobody uses
[linux-beck.git] / drivers / media / video / cx18 / cx18-i2c.c
index 8591e4fc359f64081cfa7a3b60420cd39be728f3..237d84841b2658e413c0d9e41f7cb1c58b4a3d46 100644 (file)
@@ -190,7 +190,6 @@ static int cx18_getsda(void *data)
 /* template for i2c-bit-algo */
 static struct i2c_adapter cx18_i2c_adap_template = {
        .name = "cx18 i2c driver",
-       .id = I2C_HW_B_CX2341X,
        .algo = NULL,                   /* set by i2c-algo-bit */
        .algo_data = NULL,              /* filled from template */
        .owner = THIS_MODULE,