diff options
author | Scott Wood <scottwood@freescale.com> | 2008-01-22 19:31:41 +0100 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-24 02:34:56 +0100 |
commit | de7566bff359bbd7f6a4a37b4b5ce93225067786 (patch) | |
tree | 7b061f4e7213b806dd7c8ff71a7d5a6ee64d3c11 /arch/powerpc/platforms/8xx | |
parent | [POWERPC] 83xx: Update MPC8313e RDB defconfig for MTD, NAND, JFFS2. (diff) | |
download | linux-de7566bff359bbd7f6a4a37b4b5ce93225067786.tar.xz linux-de7566bff359bbd7f6a4a37b4b5ce93225067786.zip |
[POWERPC] 8xx: adder875 - Fix flash bus-width and remove duplicate __initdata
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/8xx')
-rw-r--r-- | arch/powerpc/platforms/8xx/adder875.c | 2 |
1 files changed, 1 insertions, 1 deletions
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", }, {}, }; |