浏览代码

powerpc/85xx: Renamed mpc85xx_common.c to common.c

The file name is already scoped by the directory its in.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Kumar Gala 13 年之前
父节点
当前提交
db9c187091
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/powerpc/platforms/85xx/Makefile
  2. 0 0
      arch/powerpc/platforms/85xx/common.c

+ 1 - 1
arch/powerpc/platforms/85xx/Makefile

@@ -3,7 +3,7 @@
 #
 obj-$(CONFIG_SMP) += smp.o
 
-obj-y += mpc85xx_common.o
+obj-y += common.o
 
 obj-$(CONFIG_MPC8540_ADS) += mpc85xx_ads.o
 obj-$(CONFIG_MPC8560_ADS) += mpc85xx_ads.o

+ 0 - 0
arch/powerpc/platforms/85xx/mpc85xx_common.c → arch/powerpc/platforms/85xx/common.c