aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/platforms/40x/walnut.c
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-24 08:40:31 -0600
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-24 08:40:31 -0600
commit8cb34d291d3bcf03f284a4c44c9d618ffc278a9d (patch)
treeccc44835510ae8c7604587e285b4eca5b002e29e /arch/powerpc/platforms/40x/walnut.c
parent[POWERPC] 4xx: Update Kilauea, Rainier, and Walnut defconfigs (diff)
downloadwireguard-linux-8cb34d291d3bcf03f284a4c44c9d618ffc278a9d.tar.xz
wireguard-linux-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/walnut.c')
-rw-r--r--arch/powerpc/platforms/40x/walnut.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/40x/walnut.c b/arch/powerpc/platforms/40x/walnut.c
index aea97017a7d4..a968e88a58a7 100644
--- a/arch/powerpc/platforms/40x/walnut.c
+++ b/arch/powerpc/platforms/40x/walnut.c
@@ -26,7 +26,7 @@
#include <asm/uic.h>
#include <asm/pci-bridge.h>
-static struct of_device_id walnut_of_bus[] = {
+static __initdata struct of_device_id walnut_of_bus[] = {
{ .compatible = "ibm,plb3", },
{ .compatible = "ibm,opb", },
{ .compatible = "ibm,ebc", },
@@ -38,7 +38,6 @@ static int __init walnut_device_probe(void)
if (!machine_is(walnut))
return 0;
- /* FIXME: do bus probe here */
of_platform_bus_probe(NULL, walnut_of_bus, NULL);
return 0;