[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11
[deliverable/linux.git] / drivers / media / video / tda9840.c
index 1794686612c6dccac93431e3b5f22f1f1c62f9f1..8efc726874fc45d6c6073b839b9ca986f7cb229a 100644 (file)
@@ -221,10 +221,11 @@ static int detach(struct i2c_client *client)
 }
 
 static struct i2c_driver driver = {
-       .owner  = THIS_MODULE,
-       .name   = "tda9840",
+       .driver = {
+               .owner  = THIS_MODULE,
+               .name   = "tda9840",
+       },
        .id     = I2C_DRIVERID_TDA9840,
-       .flags  = I2C_DF_NOTIFY,
        .attach_adapter = attach,
        .detach_client  = detach,
        .command        = command,
This page took 0.030157 seconds and 5 git commands to generate.