ixgbe: Cleanup incorrect header comments
[safe/jmp/linux-2.6] / drivers / mfd / da903x.c
index 7283d88..e5ffe56 100644 (file)
@@ -561,7 +561,7 @@ static int __init da903x_init(void)
 {
        return i2c_add_driver(&da903x_driver);
 }
-module_init(da903x_init);
+subsys_initcall(da903x_init);
 
 static void __exit da903x_exit(void)
 {