]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hwmon/gl518sm.c
MIPS: R2: Fix local_irq_save()
[linux-2.6-omap-h63xx.git] / drivers / hwmon / gl518sm.c
index 2f178dbe3d87f5d624d467782c9237625ddada15..9e685e3a3bc97ea911c10853e835f6b8f2de4422 100644 (file)
@@ -151,10 +151,10 @@ static struct gl518_data *gl518_update_device(struct device *dev);
 
 /* This is the driver that will be inserted */
 static struct i2c_driver gl518_driver = {
-       .owner          = THIS_MODULE,
-       .name           = "gl518sm",
+       .driver = {
+               .name   = "gl518sm",
+       },
        .id             = I2C_DRIVERID_GL518,
-       .flags          = I2C_DF_NOTIFY,
        .attach_adapter = gl518_attach_adapter,
        .detach_client  = gl518_detach_client,
 };