diff options
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.39/152-rb4xx-spi-driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.39/152-rb4xx-spi-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-2.6.39/152-rb4xx-spi-driver.patch b/target/linux/ar71xx/patches-2.6.39/152-rb4xx-spi-driver.patch index 1fe84da0a9..163d56d220 100644 --- a/target/linux/ar71xx/patches-2.6.39/152-rb4xx-spi-driver.patch +++ b/target/linux/ar71xx/patches-2.6.39/152-rb4xx-spi-driver.patch @@ -19,7 +19,7 @@ obj-$(CONFIG_SPI_SH_MSIOF) += spi_sh_msiof.o obj-$(CONFIG_SPI_STMP3XXX) += spi_stmp.o obj-$(CONFIG_SPI_NUC900) += spi_nuc900.o -+obj-$(CONFIG_SPI_RB4XX) += rb4xx_spi.o ++obj-$(CONFIG_SPI_RB4XX) += spi-rb4xx.o # special build for s3c24xx spi driver with fiq support spi_s3c24xx_hw-y := spi_s3c24xx.o |