summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/vram.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-08-04 06:06:41 +0200
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2010-08-04 06:21:49 +0200
commite3239ff92a17976ac5d26fa0fe40ef3a9daf2523 (patch)
treeda3c493196811ccae1b79c3c94234f5d481c8221 /drivers/video/omap2/vram.c
parentmemblock: Fix memblock_is_region_reserved() to return a boolean (diff)
downloadlinux-e3239ff92a17976ac5d26fa0fe40ef3a9daf2523.tar.xz
linux-e3239ff92a17976ac5d26fa0fe40ef3a9daf2523.zip
memblock: Rename memblock_region to memblock_type and memblock_property to memblock_region
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/video/omap2/vram.c')
-rw-r--r--drivers/video/omap2/vram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/vram.c b/drivers/video/omap2/vram.c
index f6fdc2085f3e..0f2532bf0f04 100644
--- a/drivers/video/omap2/vram.c
+++ b/drivers/video/omap2/vram.c
@@ -554,7 +554,7 @@ void __init omap_vram_reserve_sdram_memblock(void)
size = PAGE_ALIGN(size);
if (paddr) {
- struct memblock_property res;
+ struct memblock_region res;
res.base = paddr;
res.size = size;