diff options
author | Yinghai Lu <[email protected]> | 2010-09-11 00:08:42 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-09-11 10:30:28 +0200 |
commit | 823108a056c52a83c32ca199a57566a36fad4d19 (patch) | |
tree | 2b7659494178e1c9a328921ad47351223966dc31 | |
parent | da5ab11cdfdf496448e0e9cdbbc2dfe207a96c94 (diff) |
powerpc, memblock: Fix memblock API change fallout
Fix memblock API change fallout in the WII code.
Signed-off-by: Yinghai Lu <[email protected]>
Cc: [email protected]
Cc: Benjamin Herrenschmidt <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/wii.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/wii.c b/arch/powerpc/platforms/embedded6xx/wii.c index 8450c29e9b2f..649473a729b8 100644 --- a/arch/powerpc/platforms/embedded6xx/wii.c +++ b/arch/powerpc/platforms/embedded6xx/wii.c @@ -65,7 +65,7 @@ static int __init page_aligned(unsigned long x) void __init wii_memory_fixups(void) { - struct memblock_region *p = memblock.memory.region; + struct memblock_region *p = memblock.memory.regions; /* * This is part of a workaround to allow the use of two |