diff options
| author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-24 08:40:31 -0600 |
|---|---|---|
| committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-24 08:40:31 -0600 |
| commit | 8cb34d291d3bcf03f284a4c44c9d618ffc278a9d (patch) | |
| tree | ccc44835510ae8c7604587e285b4eca5b002e29e /arch/powerpc/platforms/40x/makalu.c | |
| parent | 990116237092460d886660f31b3c6f602749654a (diff) | |
| download | lwn-8cb34d291d3bcf03f284a4c44c9d618ffc278a9d.tar.gz lwn-8cb34d291d3bcf03f284a4c44c9d618ffc278a9d.zip | |
[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 <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/40x/makalu.c')
| -rw-r--r-- | arch/powerpc/platforms/40x/makalu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/40x/makalu.c b/arch/powerpc/platforms/40x/makalu.c index 780f5ec1aa48..68bad7764522 100644 --- a/arch/powerpc/platforms/40x/makalu.c +++ b/arch/powerpc/platforms/40x/makalu.c @@ -21,7 +21,7 @@ #include <asm/uic.h> #include <asm/pci-bridge.h> -static struct of_device_id makalu_of_bus[] = { +static __initdata struct of_device_id makalu_of_bus[] = { { .compatible = "ibm,plb4", }, { .compatible = "ibm,opb", }, { .compatible = "ibm,ebc", }, |
