diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-27 16:56:43 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 11:02:24 -0500 |
commit | 4ff62e1c7f5263427e742069235d94ba1336960d (patch) | |
tree | b1fd9ca3c09b04fd1c00e8dbfc4ac86589592f48 /arch/powerpc/platforms/82xx/Makefile | |
parent | 11af1192b75307e4099dd962b3b97b255d5ab023 (diff) |
[POWERPC] mpc82xx: Remove a bunch of cruft that duplicates generic functionality.
m82xx_calibrate_decr(), mpc82xx_ads_show_cpuinfo(), and mpc82xx_halt() do
anything useful beyond what the generic code does.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/82xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/82xx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/82xx/Makefile b/arch/powerpc/platforms/82xx/Makefile index d9fd4c84d2e..534c35375b7 100644 --- a/arch/powerpc/platforms/82xx/Makefile +++ b/arch/powerpc/platforms/82xx/Makefile @@ -1,5 +1,4 @@ # # Makefile for the PowerPC 82xx linux kernel. # -obj-$(CONFIG_PPC_82xx) += mpc82xx.o obj-$(CONFIG_MPC82xx_ADS) += mpc82xx_ads.o |