diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2007-01-26 22:08:19 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-02-06 22:03:18 -0500 |
commit | 73d976b33998bca9aa7300e59f5d6c756be38b87 (patch) | |
tree | d9b0b3a9e0524eab22ce69e2a4621cc5a1b195d7 /arch/powerpc/platforms/ps3/setup.c | |
parent | 577157659fb0ace3b88dd75e2c6cb1af84b3040d (diff) |
[POWERPC] ps3: remove cpuinfo
Remove the unneded routine ps3_show_cpuinfo(). The common platform code now
prints the same information.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/ps3/setup.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/ps3/setup.c b/arch/powerpc/platforms/ps3/setup.c index d8b5cadbe80e..8b0569853fcd 100644 --- a/arch/powerpc/platforms/ps3/setup.c +++ b/arch/powerpc/platforms/ps3/setup.c | |||
@@ -41,11 +41,6 @@ | |||
41 | #define DBG(fmt...) do{if(0)printk(fmt);}while(0) | 41 | #define DBG(fmt...) do{if(0)printk(fmt);}while(0) |
42 | #endif | 42 | #endif |
43 | 43 | ||
44 | static void ps3_show_cpuinfo(struct seq_file *m) | ||
45 | { | ||
46 | seq_printf(m, "machine\t\t: %s\n", ppc_md.name); | ||
47 | } | ||
48 | |||
49 | static void ps3_power_save(void) | 44 | static void ps3_power_save(void) |
50 | { | 45 | { |
51 | /* | 46 | /* |
@@ -156,7 +151,6 @@ define_machine(ps3) { | |||
156 | .name = "PS3", | 151 | .name = "PS3", |
157 | .probe = ps3_probe, | 152 | .probe = ps3_probe, |
158 | .setup_arch = ps3_setup_arch, | 153 | .setup_arch = ps3_setup_arch, |
159 | .show_cpuinfo = ps3_show_cpuinfo, | ||
160 | .init_IRQ = ps3_init_IRQ, | 154 | .init_IRQ = ps3_init_IRQ, |
161 | .panic = ps3_panic, | 155 | .panic = ps3_panic, |
162 | .get_boot_time = ps3_get_boot_time, | 156 | .get_boot_time = ps3_get_boot_time, |