diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-18 00:17:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-12-07 22:02:48 +0000 |
commit | b606d5ae905f5e560021298307ab7b9ef69a60f1 (patch) | |
tree | 2a6214c8d75a150e35b4b9965d4ff532d927730c | |
parent | 009b9d52e5bdd4b79ae214db10afb677998b33b1 (diff) | |
download | op-kernel-dev-b606d5ae905f5e560021298307ab7b9ef69a60f1.zip op-kernel-dev-b606d5ae905f5e560021298307ab7b9ef69a60f1.tar.gz |
MIPS: ath79: Rename dev-ar913x-wmac.c to dev-wmac.c
Rename the file as a last step of the 'ar913x' removal changes.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Cc: Imre Kaloz <kaloz@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3034/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/ath79/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/ath79/dev-wmac.c (renamed from arch/mips/ath79/dev-ar913x-wmac.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/ath79/Makefile b/arch/mips/ath79/Makefile index 53eca55..3b911e09 100644 --- a/arch/mips/ath79/Makefile +++ b/arch/mips/ath79/Makefile @@ -20,7 +20,7 @@ obj-$(CONFIG_ATH79_DEV_GPIO_BUTTONS) += dev-gpio-buttons.o obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o obj-$(CONFIG_ATH79_DEV_SPI) += dev-spi.o obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o -obj-$(CONFIG_ATH79_DEV_WMAC) += dev-ar913x-wmac.o +obj-$(CONFIG_ATH79_DEV_WMAC) += dev-wmac.o # # Machines diff --git a/arch/mips/ath79/dev-ar913x-wmac.c b/arch/mips/ath79/dev-wmac.c index 24f5469..24f5469 100644 --- a/arch/mips/ath79/dev-ar913x-wmac.c +++ b/arch/mips/ath79/dev-wmac.c |