diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-27 17:56:43 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-04 12:02:24 -0400 |
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 d9fd4c84d2e0..534c35375b73 100644 --- a/arch/powerpc/platforms/82xx/Makefile +++ b/arch/powerpc/platforms/82xx/Makefile | |||
@@ -1,5 +1,4 @@ | |||
1 | # | 1 | # |
2 | # Makefile for the PowerPC 82xx linux kernel. | 2 | # Makefile for the PowerPC 82xx linux kernel. |
3 | # | 3 | # |
4 | obj-$(CONFIG_PPC_82xx) += mpc82xx.o | ||
5 | obj-$(CONFIG_MPC82xx_ADS) += mpc82xx_ads.o | 4 | obj-$(CONFIG_MPC82xx_ADS) += mpc82xx_ads.o |