| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 5/7] MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name |
| From: | Gabor Juhos <juhosg@openwrt.org> |
| Date: | Fri, 18 Nov 2011 16:21:58 +0100 |
| Cc: | Rene Bolldorf <xsecute@googlemail.com>, linux-mips@linux-mips.org, Gabor Juhos <juhosg@openwrt.org> |
| In-reply-to: | <1321629720-29035-1-git-send-email-juhosg@openwrt.org> |
| References: | <1321629720-29035-1-git-send-email-juhosg@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
---
arch/mips/pci/Makefile | 2 +-
arch/mips/pci/{pci-ath724x.c => pci-ar724x.c} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
rename arch/mips/pci/{pci-ath724x.c => pci-ar724x.c} (100%)
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile
index c3ac4b0..172277c 100644
--- a/arch/mips/pci/Makefile
+++ b/arch/mips/pci/Makefile
@@ -19,7 +19,7 @@ obj-$(CONFIG_BCM47XX) += pci-bcm47xx.o
obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o fixup-bcm63xx.o \
ops-bcm63xx.o
obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o
-obj-$(CONFIG_SOC_AR724X) += pci-ath724x.o
+obj-$(CONFIG_SOC_AR724X) += pci-ar724x.o
#
# These are still pretty much in the old state, watch, go blind.
diff --git a/arch/mips/pci/pci-ath724x.c b/arch/mips/pci/pci-ar724x.c
similarity index 100%
rename from arch/mips/pci/pci-ath724x.c
rename to arch/mips/pci/pci-ar724x.c
--
1.7.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 4/7] MIPS: ath79: add a common PCI registration function, Gabor Juhos |
|---|---|
| Next by Date: | [PATCH 2/7] MIPS: ath79: rename pci-ath724x.h, Gabor Juhos |
| Previous by Thread: | Re: [PATCH 4/7] MIPS: ath79: add a common PCI registration function, René Bolldorf |
| Next by Thread: | [PATCH 2/7] MIPS: ath79: rename pci-ath724x.h, Gabor Juhos |
| Indexes: | [Date] [Thread] [Top] [All Lists] |