diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 01:07:08 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 02:01:41 -0600 |
commit | db9c1870918b08e6cc947c3008fd5aacfc9d6567 (patch) | |
tree | b4e7bf3385cd5d3ee47d35d420504002be1e7389 /arch/powerpc | |
parent | 199bfbe6f537f6bc8176228d01326dae7d37ff7f (diff) | |
download | blackbird-obmc-linux-db9c1870918b08e6cc947c3008fd5aacfc9d6567.tar.gz blackbird-obmc-linux-db9c1870918b08e6cc947c3008fd5aacfc9d6567.zip |
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/common.c (renamed from arch/powerpc/platforms/85xx/mpc85xx_common.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index b6beec8c8378..9cb2d4320dcc 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/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 diff --git a/arch/powerpc/platforms/85xx/mpc85xx_common.c b/arch/powerpc/platforms/85xx/common.c index 9fef5302adc1..9fef5302adc1 100644 --- a/arch/powerpc/platforms/85xx/mpc85xx_common.c +++ b/arch/powerpc/platforms/85xx/common.c |