Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73d976b3 authored by Geoff Levand's avatar Geoff Levand Committed by Paul Mackerras
Browse files

[POWERPC] ps3: remove cpuinfo



Remove the unneded routine ps3_show_cpuinfo().  The common platform code now
prints the same information.

Signed-off-by: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
Acked-by: default avatarArnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 57715765
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -41,11 +41,6 @@
#define DBG(fmt...) do{if(0)printk(fmt);}while(0)
#endif

static void ps3_show_cpuinfo(struct seq_file *m)
{
	seq_printf(m, "machine\t\t: %s\n", ppc_md.name);
}

static void ps3_power_save(void)
{
	/*
@@ -156,7 +151,6 @@ define_machine(ps3) {
	.name				= "PS3",
	.probe				= ps3_probe,
	.setup_arch			= ps3_setup_arch,
	.show_cpuinfo			= ps3_show_cpuinfo,
	.init_IRQ			= ps3_init_IRQ,
	.panic				= ps3_panic,
	.get_boot_time			= ps3_get_boot_time,