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/153-spi-rb4xx-cpld-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/153-spi-rb4xx-cpld-driver.patch')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.39/153-spi-rb4xx-cpld-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-2.6.39/153-spi-rb4xx-cpld-driver.patch b/target/linux/ar71xx/patches-2.6.39/153-spi-rb4xx-cpld-driver.patch index 2c01c54d49..0521d4de51 100644 --- a/target/linux/ar71xx/patches-2.6.39/153-spi-rb4xx-cpld-driver.patch +++ b/target/linux/ar71xx/patches-2.6.39/153-spi-rb4xx-cpld-driver.patch @@ -20,7 +20,7 @@ # ... add above this line ... # SPI protocol drivers (device/link on bus) -+obj-$(CONFIG_SPI_RB4XX_CPLD) += spi_rb4xx_cpld.o ++obj-$(CONFIG_SPI_RB4XX_CPLD) += spi-rb4xx-cpld.o obj-$(CONFIG_SPI_SPIDEV) += spidev.o obj-$(CONFIG_SPI_TLE62X0) += tle62x0.o # ... add above this line ... |