diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-21 09:26:41 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-21 09:26:41 +0000 |
commit | d7185880b9777ae9f1a6ece496959094afc21806 (patch) | |
tree | 67d747c85e230fe4ad7fa0e19a9c4a706d1e15a9 /target/linux/ramips/patches-3.2/105-ramips-spi-driver.patch | |
parent | 3b80853a651001772ad2c6ab0b3a4abe3eb00bec (diff) |
ramips: rename the spi driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30669 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.2/105-ramips-spi-driver.patch')
-rw-r--r-- | target/linux/ramips/patches-3.2/105-ramips-spi-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-3.2/105-ramips-spi-driver.patch b/target/linux/ramips/patches-3.2/105-ramips-spi-driver.patch index 13794817fe..f7e57a5019 100644 --- a/target/linux/ramips/patches-3.2/105-ramips-spi-driver.patch +++ b/target/linux/ramips/patches-3.2/105-ramips-spi-driver.patch @@ -19,7 +19,7 @@ obj-$(CONFIG_SPI_PPC4xx) += spi-ppc4xx.o obj-$(CONFIG_SPI_PXA2XX) += spi-pxa2xx.o obj-$(CONFIG_SPI_PXA2XX_PCI) += spi-pxa2xx-pci.o -+obj-$(CONFIG_SPI_RAMIPS) += ramips_spi.o ++obj-$(CONFIG_SPI_RAMIPS) += spi-ramips.o obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o spi-s3c24xx-hw-y := spi-s3c24xx.o spi-s3c24xx-hw-$(CONFIG_SPI_S3C24XX_FIQ) += spi-s3c24xx-fiq.o |