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