From de7566bff359bbd7f6a4a37b4b5ce93225067786 Mon Sep 17 00:00:00 2001 From: Scott Wood Date: Tue, 22 Jan 2008 12:31:41 -0600 Subject: [POWERPC] 8xx: adder875 - Fix flash bus-width and remove duplicate __initdata Signed-off-by: Scott Wood Signed-off-by: Kumar Gala --- arch/powerpc/platforms/8xx/adder875.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/powerpc/platforms/8xx') diff --git a/arch/powerpc/platforms/8xx/adder875.c b/arch/powerpc/platforms/8xx/adder875.c index af040fd2dcc6..c6bc0783c3b0 100644 --- a/arch/powerpc/platforms/8xx/adder875.c +++ b/arch/powerpc/platforms/8xx/adder875.c @@ -92,7 +92,7 @@ static int __init adder875_probe(void) return of_flat_dt_is_compatible(root, "analogue-and-micro,adder875"); } -static __initdata struct of_device_id __initdata of_bus_ids[] = { +static __initdata struct of_device_id of_bus_ids[] = { { .compatible = "simple-bus", }, {}, }; -- cgit v1.2.3