]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - drivers/macintosh/therm_pm72.c
Merge ../torvalds-2.6/
[linux-2.6.git] / drivers / macintosh / therm_pm72.c
index 435427daed75cd841ff5d8ffd5ba421f75859149..8d0958c38b6b8d76f41d717d77125bf46a9a3c19 100644 (file)
@@ -283,9 +283,9 @@ static int therm_pm72_detach(struct i2c_adapter *adapter);
 
 static struct i2c_driver therm_pm72_driver =
 {
-       .owner          = THIS_MODULE,
-       .name           = "therm_pm72",
-       .flags          = I2C_DF_NOTIFY,
+       .driver = {
+               .name   = "therm_pm72",
+       },
        .attach_adapter = therm_pm72_attach,
        .detach_adapter = therm_pm72_detach,
 };