| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 2/2] MIPS: ath79: rename dev-ar913x-wmac.c to dev-wmac.c |
| From: | Gabor Juhos <juhosg@openwrt.org> |
| Date: | Fri, 18 Nov 2011 00:16:01 +0100 |
| Cc: | Imre Kaloz <kaloz@openwrt.org>, linux-mips@linux-mips.org, Gabor Juhos <juhosg@openwrt.org> |
| In-reply-to: | <1321571761-17612-1-git-send-email-juhosg@openwrt.org> |
| References: | <1321571761-17612-1-git-send-email-juhosg@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Rename the file as a last step of the 'ar913x' removal changes.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
---
arch/mips/ath79/Makefile | 2 +-
arch/mips/ath79/{dev-ar913x-wmac.c => dev-wmac.c} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename arch/mips/ath79/{dev-ar913x-wmac.c => dev-wmac.c} (100%)
diff --git a/arch/mips/ath79/Makefile b/arch/mips/ath79/Makefile
index ac159e6..32c6990 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
similarity index 100%
rename from arch/mips/ath79/dev-ar913x-wmac.c
rename to arch/mips/ath79/dev-wmac.c
--
1.7.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/2] MIPS: ath79: rename dev-ar913x-wmac.h to dev-wmac.h, Gabor Juhos |
|---|---|
| Next by Date: | Re: [PATCH 1/4] MIPS Kprobes: Fix OOPS in arch_prepare_kprobe(), Ralf Baechle |
| Previous by Thread: | [PATCH 1/2] MIPS: ath79: rename dev-ar913x-wmac.h to dev-wmac.h, Gabor Juhos |
| Next by Thread: | Re: [PATCH 2/2] MIPS: ath79: rename dev-ar913x-wmac.c to dev-wmac.c, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |