[PATCH] I2C: Drop I2C_DEVNAME and i2c_clientname
[sfrench/cifs-2.6.git] / drivers / media / video / tda9875.c
index 3eaf2e1211e5f2d43818f4475ebb077d607c6f5e..7e3dcdb262b0ef0c65e18a7c693da652b3da37bc 100644 (file)
@@ -384,7 +384,7 @@ static struct i2c_driver driver = {
 
 static struct i2c_client client_template =
 {
-        I2C_DEVNAME("tda9875"),
+        .name      = "tda9875",
         .driver    = &driver,
 };