]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/chips/ds1374.c
V4L/DVB (3448): Cx88-input.c: add IR remote control support to CX88_BOARD_PROLINK_PLA...
[linux-2.6-omap-h63xx.git] / drivers / i2c / chips / ds1374.c
index da488b735abf621af4f0bed7578843798c39f282..0710b9da9d54a26a6b9138b10a2df05af9c6aea7 100644 (file)
@@ -232,10 +232,10 @@ static int ds1374_detach(struct i2c_client *client)
 }
 
 static struct i2c_driver ds1374_driver = {
-       .owner = THIS_MODULE,
-       .name = DS1374_DRV_NAME,
+       .driver = {
+               .name   = DS1374_DRV_NAME,
+       },
        .id = I2C_DRIVERID_DS1374,
-       .flags = I2C_DF_NOTIFY,
        .attach_adapter = ds1374_attach,
        .detach_client = ds1374_detach,
 };