瀏覽代碼

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>
Gabor Juhos 13 年之前
父節點
當前提交
692183ef12
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/pci/Makefile
  2. 0 0
      arch/mips/pci/pci-ar724x.c

+ 1 - 1
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.

+ 0 - 0
arch/mips/pci/pci-ath724x.c → arch/mips/pci/pci-ar724x.c