summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRussell King2010-05-23 00:59:11 +0200
committerRussell King2010-07-27 09:48:23 +0200
commit98864ff58dd2b8ef9e72b0d2c70f34e7ff24a2ee (patch)
tree87f93ed777f090220acb3cc066c85abe4b863d12 /include
parentARM: Convert platform reservations to use LMB rather than bootmem (diff)
downloadkernel-qcow2-linux-98864ff58dd2b8ef9e72b0d2c70f34e7ff24a2ee.tar.gz
kernel-qcow2-linux-98864ff58dd2b8ef9e72b0d2c70f34e7ff24a2ee.tar.xz
kernel-qcow2-linux-98864ff58dd2b8ef9e72b0d2c70f34e7ff24a2ee.zip
ARM: OMAP: Convert OMAPFB and VRAM SDRAM reservation to LMB
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r--include/linux/omapfb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/omapfb.h b/include/linux/omapfb.h
index 9bdd91486b49..7e4cd616bcb5 100644
--- a/include/linux/omapfb.h
+++ b/include/linux/omapfb.h
@@ -253,7 +253,7 @@ struct omapfb_platform_data {
/* in arch/arm/plat-omap/fb.c */
extern void omapfb_set_platform_data(struct omapfb_platform_data *data);
extern void omapfb_set_ctrl_platform_data(void *pdata);
-extern void omapfb_reserve_sdram(void);
+extern void omapfb_reserve_sdram_memblock(void);
#endif