Merge current mainline tree into linux-omap tree
[pandora-kernel.git] / drivers / i2c / i2c-core.c
index b346a68..f520108 100644 (file)
@@ -978,7 +978,7 @@ static void __exit i2c_exit(void)
        bus_unregister(&i2c_bus_type);
 }
 
-subsys_initcall(i2c_init);
+postcore_initcall(i2c_init);
 module_exit(i2c_exit);
 
 /* ----------------------------------------------------