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/ep405.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 759d937cdb65..8f73b6222e8b 100644 --- a/arch/powerpc/platforms/40x/ep405.c +++ b/arch/powerpc/platforms/40x/ep405.c @@ -48,7 +48,7 @@ static void __iomem *bcsr_regs; /* there's more, can't be bothered typing them tho */ -static struct of_device_id ep405_of_bus[] = { +static __initdata struct of_device_id ep405_of_bus[] = { { .compatible = "ibm,plb3", }, { .compatible = "ibm,opb", }, { .compatible = "ibm,ebc", }, -- cgit v1.2.1