From: Gabor Juhos Date: Wed, 14 Mar 2012 09:29:25 +0000 (+0100) Subject: MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name X-Git-Tag: upstream/snapshot3+hdmi~7341^2^5~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=692183ef12c4ba9dcdc9a54065ca92072cd79493;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name Signed-off-by: Gabor Juhos Acked-by: René Bolldorf Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3489/ Signed-off-by: Ralf Baechle --- 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