Loading drivers/ssb/main.c +4 −1 Original line number Diff line number Diff line Loading @@ -1147,7 +1147,10 @@ static int __init ssb_modinit(void) return err; } subsys_initcall(ssb_modinit); /* 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); static void __exit ssb_modexit(void) { Loading Loading
drivers/ssb/main.c +4 −1 Original line number Diff line number Diff line Loading @@ -1147,7 +1147,10 @@ static int __init ssb_modinit(void) return err; } subsys_initcall(ssb_modinit); /* 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); static void __exit ssb_modexit(void) { Loading