]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ar71xx: rename vsc7385 spi driver
authorGabor Juhos <juhosg@openwrt.org>
Sun, 22 Jan 2012 13:51:57 +0000 (13:51 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 22 Jan 2012 13:51:57 +0000 (13:51 +0000)
SVN-Revision: 29853

package/kernel/modules/spi.mk
target/linux/ar71xx/files/drivers/spi/spi-vsc7385.c [moved from target/linux/ar71xx/files/drivers/spi/spi_vsc7385.c with 100% similarity]
target/linux/ar71xx/patches-2.6.39/202-spi_vsc7385_driver.patch

index ff24d9f663ac107303c01a1858c6ff821d733312..0fac5a81ed67f91b2dd9f172b85270317fb434e8 100644 (file)
@@ -104,8 +104,8 @@ define KernelPackage/spi-vsc7385
   TITLE:=Vitesse VSC7385 ethernet switch driver
   DEPENDS:=@TARGET_ar71xx
   KCONFIG:=CONFIG_SPI_VSC7385
-  FILES:=$(LINUX_DIR)/drivers/spi/spi_vsc7385.ko
-  AUTOLOAD:=$(call AutoLoad,93,spi_vsc7385)
+  FILES:=$(LINUX_DIR)/drivers/spi/spi-vsc7385.ko
+  AUTOLOAD:=$(call AutoLoad,93,spi-vsc7385)
 endef
 
 define KernelPackage/spi-vsc7385/description
index 8409fe0850a80288ed330dc17734ef2a4fe3c68a..a98d940ef889a45ba5a3af2b9c62dbcee96e4ee6 100644 (file)
@@ -18,7 +18,7 @@
  # SPI protocol drivers (device/link on bus)
  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_VSC7385)     += spi-vsc7385.o
  obj-$(CONFIG_SPI_TLE62X0)     += tle62x0.o
  #     ... add above this line ...