From f67be814ff8e862422739cb424ce8c4e6c142c28 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Fri, 25 Jan 2008 10:23:34 -0600 Subject: [POWERPC] 85xx: some minor cleanups for stx_gp3 and tqm85xx * "simple-bus" covers all our needs for of_platform_bus_probe() * make device tree name just 'soc' not 'soc85..' Signed-off-by: Kumar Gala --- arch/powerpc/platforms/85xx/stx_gp3.c | 4 ---- arch/powerpc/platforms/85xx/tqm85xx.c | 4 ---- 2 files changed, 8 deletions(-) (limited to 'arch/powerpc/platforms/85xx') diff --git a/arch/powerpc/platforms/85xx/stx_gp3.c b/arch/powerpc/platforms/85xx/stx_gp3.c index 0b20c170c4d2..18499d7c9d9e 100644 --- a/arch/powerpc/platforms/85xx/stx_gp3.c +++ b/arch/powerpc/platforms/85xx/stx_gp3.c @@ -148,10 +148,6 @@ static void stx_gp3_show_cpuinfo(struct seq_file *m) } static struct of_device_id __initdata of_bus_ids[] = { - { .name = "soc", }, - { .type = "soc", }, - { .name = "cpm", }, - { .name = "localbus", }, { .compatible = "simple-bus", }, {}, }; diff --git a/arch/powerpc/platforms/85xx/tqm85xx.c b/arch/powerpc/platforms/85xx/tqm85xx.c index 2a08b315e190..77681acf1bae 100644 --- a/arch/powerpc/platforms/85xx/tqm85xx.c +++ b/arch/powerpc/platforms/85xx/tqm85xx.c @@ -146,10 +146,6 @@ static void tqm85xx_show_cpuinfo(struct seq_file *m) } static struct of_device_id __initdata of_bus_ids[] = { - { .name = "soc", }, - { .type = "soc", }, - { .name = "cpm", }, - { .name = "localbus", }, { .compatible = "simple-bus", }, {}, }; -- cgit v1.2.3