From 8cb34d291d3bcf03f284a4c44c9d618ffc278a9d Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 24 Dec 2007 08:40:31 -0600 Subject: [POWERPC] 4xx: Mark of_bus structures as __initdata Mark the of_device_id structures used to probe the various busses on 4xx as __initdata. Signed-off-by: Josh Boyer --- arch/powerpc/platforms/40x/walnut.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/powerpc/platforms/40x/walnut.c') diff --git a/arch/powerpc/platforms/40x/walnut.c b/arch/powerpc/platforms/40x/walnut.c index aea97017a7d4..a968e88a58a7 100644 --- a/arch/powerpc/platforms/40x/walnut.c +++ b/arch/powerpc/platforms/40x/walnut.c @@ -26,7 +26,7 @@ #include #include -static struct of_device_id walnut_of_bus[] = { +static __initdata struct of_device_id walnut_of_bus[] = { { .compatible = "ibm,plb3", }, { .compatible = "ibm,opb", }, { .compatible = "ibm,ebc", }, @@ -38,7 +38,6 @@ static int __init walnut_device_probe(void) if (!machine_is(walnut)) return 0; - /* FIXME: do bus probe here */ of_platform_bus_probe(NULL, walnut_of_bus, NULL); return 0; -- cgit v1.2.2