aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-2.6.39/202-spi_vsc7385_driver.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-22 13:51:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-22 13:51:54 +0000
commit5ef8b922faaebdf1d0c38b6b03ed348618d2f706 (patch)
tree7c019fe40cd5e7ba0549be0e0d1ea6f2ec4d0f76 /target/linux/ar71xx/patches-2.6.39/202-spi_vsc7385_driver.patch
parentaad175d5b6a015f0bfc35436952638df0bc57ded (diff)
downloadupstream-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/202-spi_vsc7385_driver.patch')
-rw-r--r--target/linux/ar71xx/patches-2.6.39/202-spi_vsc7385_driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-2.6.39/202-spi_vsc7385_driver.patch b/target/linux/ar71xx/patches-2.6.39/202-spi_vsc7385_driver.patch
index f6d75ed963..8409fe0850 100644
--- a/target/linux/ar71xx/patches-2.6.39/202-spi_vsc7385_driver.patch
+++ b/target/linux/ar71xx/patches-2.6.39/202-spi_vsc7385_driver.patch
@@ -16,7 +16,7 @@
+++ b/drivers/spi/Makefile
@@ -68,6 +68,7 @@ spi_s3c24xx_hw-$(CONFIG_SPI_S3C24XX_FIQ)
# 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_VSC7385) += spi_vsc7385.o
obj-$(CONFIG_SPI_TLE62X0) += tle62x0.o