[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11
[deliverable/linux.git] / drivers / media / video / tea6415c.c
index ee3688348b662bac1dc06dc7be1893cd537f185d..e7e2213c39e1d374d4f3f196ace8dc6d913a9334 100644 (file)
@@ -190,10 +190,11 @@ static int command(struct i2c_client *client, unsigned int cmd, void *arg)
 }
 
 static struct i2c_driver driver = {
-       .owner  = THIS_MODULE,
-       .name   = "tea6415c",
+       .driver = {
+               .owner  = THIS_MODULE,
+               .name   = "tea6415c",
+       },
        .id     = I2C_DRIVERID_TEA6415C,
-       .flags  = I2C_DF_NOTIFY,
        .attach_adapter = attach,
        .detach_client  = detach,
        .command        = command,
This page took 0.039423 seconds and 5 git commands to generate.