From 3f8c5c3b4d07fa24e7081a54798ddfab7360a102 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 24 Dec 2007 10:42:02 -0600 Subject: [POWERPC] 4xx: Use machine_device_initcall for bus probe Some machine_xx_initcall macros were recently added that check for the machine type before calling the function. This converts the 4xx platforms to use those for bus probing. Signed-off-by: Josh Boyer --- arch/powerpc/platforms/40x/ep405.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'arch/powerpc/platforms/40x/ep405.c') diff --git a/arch/powerpc/platforms/40x/ep405.c b/arch/powerpc/platforms/40x/ep405.c index 8f73b6222e8b..13d1345026da 100644 --- a/arch/powerpc/platforms/40x/ep405.c +++ b/arch/powerpc/platforms/40x/ep405.c @@ -57,14 +57,11 @@ static __initdata struct of_device_id ep405_of_bus[] = { static int __init ep405_device_probe(void) { - if (!machine_is(ep405)) - return 0; - of_platform_bus_probe(NULL, ep405_of_bus, NULL); return 0; } -device_initcall(ep405_device_probe); +machine_device_initcall(ep405, ep405_device_probe); static void __init ep405_init_bcsr(void) { -- cgit v1.2.3