diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-14 05:29:25 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-15 11:49:01 -0400 |
commit | 692183ef12c4ba9dcdc9a54065ca92072cd79493 (patch) | |
tree | 89f61e4ca185bfe4f347570ab1c2e00e40b0fe0b /arch/mips/pci | |
parent | 6335aef59c55f50e6d8017a28c0ee985b533ea29 (diff) |
MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC name
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Acked-by: René Bolldorf <xsecute@googlemail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3489/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci')
-rw-r--r-- | arch/mips/pci/Makefile | 2 | ||||
-rw-r--r-- | arch/mips/pci/pci-ar724x.c (renamed from arch/mips/pci/pci-ath724x.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile index c3ac4b086eb2..172277cb8291 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile | |||
@@ -19,7 +19,7 @@ obj-$(CONFIG_BCM47XX) += pci-bcm47xx.o | |||
19 | obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o fixup-bcm63xx.o \ | 19 | obj-$(CONFIG_BCM63XX) += pci-bcm63xx.o fixup-bcm63xx.o \ |
20 | ops-bcm63xx.o | 20 | ops-bcm63xx.o |
21 | obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o | 21 | obj-$(CONFIG_MIPS_ALCHEMY) += pci-alchemy.o |
22 | obj-$(CONFIG_SOC_AR724X) += pci-ath724x.o | 22 | obj-$(CONFIG_SOC_AR724X) += pci-ar724x.o |
23 | 23 | ||
24 | # | 24 | # |
25 | # These are still pretty much in the old state, watch, go blind. | 25 | # 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 index ebefc165fae6..ebefc165fae6 100644 --- a/arch/mips/pci/pci-ath724x.c +++ b/arch/mips/pci/pci-ar724x.c | |||