aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/sbc8560.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/85xx/sbc8560.c')
-rw-r--r--arch/powerpc/platforms/85xx/sbc8560.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/85xx/sbc8560.c b/arch/powerpc/platforms/85xx/sbc8560.c
index e2bc368b38d9..2c580cd24e4f 100644
--- a/arch/powerpc/platforms/85xx/sbc8560.c
+++ b/arch/powerpc/platforms/85xx/sbc8560.c
@@ -222,13 +222,11 @@ static struct of_device_id __initdata of_bus_ids[] = {
222 222
223static int __init declare_of_platform_devices(void) 223static int __init declare_of_platform_devices(void)
224{ 224{
225 if (!machine_is(sbc8560))
226 return 0;
227
228 of_platform_bus_probe(NULL, of_bus_ids, NULL); 225 of_platform_bus_probe(NULL, of_bus_ids, NULL);
226
229 return 0; 227 return 0;
230} 228}
231device_initcall(declare_of_platform_devices); 229machine_device_initcall(sbc8560, declare_of_platform_devices);
232 230
233/* 231/*
234 * Called very early, device-tree isn't unflattened 232 * Called very early, device-tree isn't unflattened