diff options
Diffstat (limited to 'arch/mips/ath79')
-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 53eca55d5b53..3b911e09dbec 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 | |||
20 | obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o | 20 | obj-$(CONFIG_ATH79_DEV_LEDS_GPIO) += dev-leds-gpio.o |
21 | obj-$(CONFIG_ATH79_DEV_SPI) += dev-spi.o | 21 | obj-$(CONFIG_ATH79_DEV_SPI) += dev-spi.o |
22 | obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o | 22 | obj-$(CONFIG_ATH79_DEV_USB) += dev-usb.o |
23 | obj-$(CONFIG_ATH79_DEV_WMAC) += dev-ar913x-wmac.o | 23 | obj-$(CONFIG_ATH79_DEV_WMAC) += dev-wmac.o |
24 | 24 | ||
25 | # | 25 | # |
26 | # Machines | 26 | # Machines |
diff --git a/arch/mips/ath79/dev-ar913x-wmac.c b/arch/mips/ath79/dev-wmac.c index 24f546985b69..24f546985b69 100644 --- a/arch/mips/ath79/dev-ar913x-wmac.c +++ b/arch/mips/ath79/dev-wmac.c | |||