Title: [8960] trunk/drivers/i2c/busses/i2c-bfin-twi.c: Some systems using this bus sometimes have very basic devices such
- Revision
- 8960
- Author
- hennerich
- Date
- 2010-07-01 10:32:30 -0400 (Thu, 01 Jul 2010)
Log Message
Some systems using this bus sometimes have very basic devices such
as regulators on the bus, so this needs to be loaded early.
Therefore register in subsys_initcall().
Modified Paths
Diff
Modified: trunk/drivers/i2c/busses/i2c-bfin-twi.c (8959 => 8960)
--- trunk/drivers/i2c/busses/i2c-bfin-twi.c 2010-07-01 06:00:37 UTC (rev 8959)
+++ trunk/drivers/i2c/busses/i2c-bfin-twi.c 2010-07-01 14:32:30 UTC (rev 8960)
@@ -782,7 +782,7 @@
platform_driver_unregister(&i2c_bfin_twi_driver);
}
-module_init(i2c_bfin_twi_init);
+subsys_initcall(i2c_bfin_twi_init);
module_exit(i2c_bfin_twi_exit);
MODULE_AUTHOR("Bryan Wu, Sonic Zhang");
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits