From 8279ae7cb6eda6cace475144ee088f1097caacba Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 14 Mar 2012 10:29:25 +0100 Subject: [PATCH] --- yaml --- r: 309036 b: refs/heads/master c: 692183ef12c4ba9dcdc9a54065ca92072cd79493 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/Makefile | 2 +- trunk/arch/mips/pci/{pci-ath724x.c => pci-ar724x.c} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename trunk/arch/mips/pci/{pci-ath724x.c => pci-ar724x.c} (100%) diff --git a/[refs] b/[refs] index c81a1166e071..4b6de7cd66b4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6335aef59c55f50e6d8017a28c0ee985b533ea29 +refs/heads/master: 692183ef12c4ba9dcdc9a54065ca92072cd79493 diff --git a/trunk/arch/mips/pci/Makefile b/trunk/arch/mips/pci/Makefile index c3ac4b086eb2..172277cb8291 100644 --- a/trunk/arch/mips/pci/Makefile +++ b/trunk/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/trunk/arch/mips/pci/pci-ath724x.c b/trunk/arch/mips/pci/pci-ar724x.c similarity index 100% rename from trunk/arch/mips/pci/pci-ath724x.c rename to trunk/arch/mips/pci/pci-ar724x.c