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/pq2ads.h | |
parent | 11af1192b75307e4099dd962b3b97b255d5ab023 (diff) | |
download | blackbird-op-linux-4ff62e1c7f5263427e742069235d94ba1336960d.tar.gz blackbird-op-linux-4ff62e1c7f5263427e742069235d94ba1336960d.zip |
[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/pq2ads.h')
-rw-r--r-- | arch/powerpc/platforms/82xx/pq2ads.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/82xx/pq2ads.h b/arch/powerpc/platforms/82xx/pq2ads.h index 6f749b76dd8f..8b67048e6f22 100644 --- a/arch/powerpc/platforms/82xx/pq2ads.h +++ b/arch/powerpc/platforms/82xx/pq2ads.h @@ -24,10 +24,6 @@ #include <linux/seq_file.h> -/* For our show_cpuinfo hooks. */ -#define CPUINFO_VENDOR "Freescale Semiconductor" -#define CPUINFO_MACHINE "PQ2 ADS PowerPC" - /* Backword-compatibility stuff for the drivers */ #define CPM_MAP_ADDR ((uint)0xf0000000) #define CPM_IRQ_OFFSET 0 @@ -58,8 +54,6 @@ #define SIU_INT_SCC4 ((uint)0x2b+CPM_IRQ_OFFSET) void m82xx_pci_init_irq(void); -void mpc82xx_ads_show_cpuinfo(struct seq_file*); -void m82xx_calibrate_decr(void); #endif /* __MACH_ADS8260_DEFS */ #endif /* __KERNEL__ */ |