Skip to content

Commit

Permalink
powerpc/85xx: Renamed mpc85xx_common.c to common.c
Browse files Browse the repository at this point in the history
The file name is already scoped by the directory its in.

Signed-off-by: Kumar Gala <[email protected]>
  • Loading branch information
kumargala committed Nov 24, 2011
1 parent 199bfbe commit db9c187
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/85xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit db9c187

Please sign in to comment.