2008-05-19 08:08:23 +00:00
|
|
|
Index: linux-2.6.25.4/drivers/ssb/main.c
|
2008-04-25 20:49:40 +00:00
|
|
|
===================================================================
|
2008-05-19 08:08:23 +00:00
|
|
|
--- linux-2.6.25.4.orig/drivers/ssb/main.c
|
|
|
|
+++ linux-2.6.25.4/drivers/ssb/main.c
|
2008-05-16 19:25:20 +00:00
|
|
|
@@ -1173,7 +1173,9 @@ static int __init ssb_modinit(void)
|
2008-04-25 20:49:40 +00:00
|
|
|
/* ssb must be initialized after PCI but before the ssb drivers.
|
|
|
|
* That means we must use some initcall between subsys_initcall
|
|
|
|
* and device_initcall. */
|
|
|
|
-fs_initcall(ssb_modinit);
|
|
|
|
+//FIXME on embedded we need to be early to make sure we can register
|
|
|
|
+// a new PCI bus, if needed.
|
|
|
|
+subsys_initcall(ssb_modinit);
|
|
|
|
|
|
|
|
static void __exit ssb_modexit(void)
|
|
|
|
{
|