diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-10-09 16:45:26 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2007-10-10 11:49:05 -0400 |
commit | aa2091b5403a9149bdb1329cc0575d8fa9c39633 (patch) | |
tree | 2ff2f72ba4e3fb11d4cffd57a7742e710ee9f86f /arch/powerpc | |
parent | dcccb37e98e0444b0c6a03b303855771aa463c96 (diff) |
[POWERPC] MPC52xx: Drop show_cpuinfo platform hooks from Lite5200
This hook doesn't really add any new information.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Sylvain Munaut <tnt@246tnt.com>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/52xx/lite5200.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/powerpc/platforms/52xx/lite5200.c b/arch/powerpc/platforms/52xx/lite5200.c index e11d27f9c4f0..08b9f210490f 100644 --- a/arch/powerpc/platforms/52xx/lite5200.c +++ b/arch/powerpc/platforms/52xx/lite5200.c | |||
@@ -150,20 +150,6 @@ static void __init lite5200_setup_arch(void) | |||
150 | 150 | ||
151 | } | 151 | } |
152 | 152 | ||
153 | static void lite5200_show_cpuinfo(struct seq_file *m) | ||
154 | { | ||
155 | struct device_node* np = of_find_all_nodes(NULL); | ||
156 | const char *model = NULL; | ||
157 | |||
158 | if (np) | ||
159 | model = of_get_property(np, "model", NULL); | ||
160 | |||
161 | seq_printf(m, "vendor\t\t: Freescale Semiconductor\n"); | ||
162 | seq_printf(m, "machine\t\t: %s\n", model ? model : "unknown"); | ||
163 | |||
164 | of_node_put(np); | ||
165 | } | ||
166 | |||
167 | /* | 153 | /* |
168 | * Called very early, MMU is off, device-tree isn't unflattened | 154 | * Called very early, MMU is off, device-tree isn't unflattened |
169 | */ | 155 | */ |
@@ -187,6 +173,5 @@ define_machine(lite5200) { | |||
187 | .init = mpc52xx_declare_of_platform_devices, | 173 | .init = mpc52xx_declare_of_platform_devices, |
188 | .init_IRQ = mpc52xx_init_irq, | 174 | .init_IRQ = mpc52xx_init_irq, |
189 | .get_irq = mpc52xx_get_irq, | 175 | .get_irq = mpc52xx_get_irq, |
190 | .show_cpuinfo = lite5200_show_cpuinfo, | ||
191 | .calibrate_decr = generic_calibrate_decr, | 176 | .calibrate_decr = generic_calibrate_decr, |
192 | }; | 177 | }; |