diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-24 09:40:31 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2007-12-24 09:40:31 -0500 |
commit | 8cb34d291d3bcf03f284a4c44c9d618ffc278a9d (patch) | |
tree | ccc44835510ae8c7604587e285b4eca5b002e29e /arch/powerpc/platforms/44x/bamboo.c | |
parent | 990116237092460d886660f31b3c6f602749654a (diff) |
[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/44x/bamboo.c')
-rw-r--r-- | arch/powerpc/platforms/44x/bamboo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/44x/bamboo.c b/arch/powerpc/platforms/44x/bamboo.c index 553c9f18aa77..d27f758d9cb2 100644 --- a/arch/powerpc/platforms/44x/bamboo.c +++ b/arch/powerpc/platforms/44x/bamboo.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include "44x.h" | 26 | #include "44x.h" |
27 | 27 | ||
28 | static struct of_device_id bamboo_of_bus[] = { | 28 | static __initdata struct of_device_id bamboo_of_bus[] = { |
29 | { .compatible = "ibm,plb4", }, | 29 | { .compatible = "ibm,plb4", }, |
30 | { .compatible = "ibm,opb", }, | 30 | { .compatible = "ibm,opb", }, |
31 | { .compatible = "ibm,ebc", }, | 31 | { .compatible = "ibm,ebc", }, |