Skip to content
Commit 6015d2c4 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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 7586269c

 which moved
the USB host controller PCI quirk handling around.

Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e3c3374f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment