defer the loading of spidev after spi master drivers

SVN-Revision: 18974
owl
Florian Fainelli 2009-12-30 22:19:49 +00:00
parent 1c5bc31e17
commit 328e4d3405
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ define KernelPackage/spi-dev
CONFIG_SPI=y \
CONFIG_SPI_MASTER=y
FILES:=$(LINUX_DIR)/drivers/spi/spidev.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,91,spidev)
AUTOLOAD:=$(call AutoLoad,93,spidev)
endef
define KernelPackage/spi-dev/description