Link USB drivers later in the kernel
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 4 Dec 2005 04:50:51 +0000 (20:50 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 4 Dec 2005 04:50:51 +0000 (20:50 -0800)
commit6015d2c4ca5470509d9721d7bab8d796617ed996
treed113c63de9a576e7f5f68a30c6f67fb7d0e7fe80
parente3c3374fbf7efe9487edc53cd10436ed641983aa
Link USB drivers later in the kernel

We want to link the "regular" SCSI drivers before the USB storage
driver, since historically we've always detected internal SCSI disks
before the external USB storage modules.

The link order matters for initcall ordering, and this got broken by
mistake by commit 7586269c0b52970f60bb69fcb86e765fc1d72309 which moved
the USB host controller PCI quirk handling around.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/Makefile