diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-25 11:23:34 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:32:53 -0500 |
commit | f67be814ff8e862422739cb424ce8c4e6c142c28 (patch) | |
tree | ff15bd3e1e3bc75ec28cda1c536d571d6dbe0bbb /arch/powerpc/platforms | |
parent | eedd62ed53512e6749764427ffe5a1c9e41175c6 (diff) |
[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 <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/85xx/stx_gp3.c | 4 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/tqm85xx.c | 4 |
2 files changed, 0 insertions, 8 deletions
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) | |||
148 | } | 148 | } |
149 | 149 | ||
150 | static struct of_device_id __initdata of_bus_ids[] = { | 150 | static struct of_device_id __initdata of_bus_ids[] = { |
151 | { .name = "soc", }, | ||
152 | { .type = "soc", }, | ||
153 | { .name = "cpm", }, | ||
154 | { .name = "localbus", }, | ||
155 | { .compatible = "simple-bus", }, | 151 | { .compatible = "simple-bus", }, |
156 | {}, | 152 | {}, |
157 | }; | 153 | }; |
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) | |||
146 | } | 146 | } |
147 | 147 | ||
148 | static struct of_device_id __initdata of_bus_ids[] = { | 148 | static struct of_device_id __initdata of_bus_ids[] = { |
149 | { .name = "soc", }, | ||
150 | { .type = "soc", }, | ||
151 | { .name = "cpm", }, | ||
152 | { .name = "localbus", }, | ||
153 | { .compatible = "simple-bus", }, | 149 | { .compatible = "simple-bus", }, |
154 | {}, | 150 | {}, |
155 | }; | 151 | }; |