Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73529
b: refs/heads/master
c: 8d8c90e
h: refs/heads/master
i:
  73527: 17ff82b
v: v3
  • Loading branch information
Michael Buesch authored and David S. Miller committed Nov 11, 2007
1 parent 5a55348 commit bea77a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 94e10bfb8a7372df3ef2759c9ec2a37de2f24aca
refs/heads/master: 8d8c90e3fd1f8895f6d48bdcb34ba69a1fe73616
5 changes: 4 additions & 1 deletion trunk/drivers/ssb/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit bea77a7

Please sign in to comment.