diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-01-22 13:51:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-01-22 13:51:54 +0000 |
commit | 5ef8b922faaebdf1d0c38b6b03ed348618d2f706 (patch) | |
tree | 7c019fe40cd5e7ba0549be0e0d1ea6f2ec4d0f76 /target/linux/ar71xx/patches-2.6.39/152-rb4xx-spi-driver.patch | |
parent | aad175d5b6a015f0bfc35436952638df0bc57ded (diff) | |
download | upstream-5ef8b922faaebdf1d0c38b6b03ed348618d2f706.tar.gz upstream-5ef8b922faaebdf1d0c38b6b03ed348618d2f706.tar.bz2 upstream-5ef8b922faaebdf1d0c38b6b03ed348618d2f706.zip |
ar71xx: rename rb4xx spi drivers
SVN-Revision: 29851
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 |