ar71xx: rename ap81 spi driver

SVN-Revision: 29852
This commit is contained in:
Gabor Juhos 2012-01-22 13:51:56 +00:00
parent 5ef8b922fa
commit bb16739db9
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@
# SPI master controller drivers (bus)
obj-$(CONFIG_SPI_ALTERA) += spi_altera.o
+obj-$(CONFIG_SPI_AP83) += ap83_spi.o
+obj-$(CONFIG_SPI_AP83) += spi-ap83.o
obj-$(CONFIG_SPI_AR71XX) += ar71xx_spi.o
obj-$(CONFIG_SPI_ATMEL) += atmel_spi.o
obj-$(CONFIG_SPI_ATH79) += ath79_spi.o