summaryrefslogtreecommitdiff
path: root/include/linux/omapfb.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-20 11:12:43 (GMT)
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-02-23 07:39:14 (GMT)
commit1e434f9318efc3dddc0c0b8d2071712668154c2b (patch)
treedb349ba5abef7373e5ccc64305fdd923e24e290b /include/linux/omapfb.h
parent6651b0ea9202541091f6c23ec8715122ea8cc1b0 (diff)
downloadlinux-fsl-qoriq-1e434f9318efc3dddc0c0b8d2071712668154c2b.tar.xz
OMAPFB: remove early mem alloc from old omapfb
arch/arm/plat-omap/fb.c contains code to alloc omapfb buffers at early boot time according to information given from the bootloader or board file. This code isn't currently used by any board, and is anyway something that the newer vram.c could handle. So remove the alloc code and in later patches make old omapfb driver use vram.c. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/omapfb.h')
-rw-r--r--include/linux/omapfb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/omapfb.h b/include/linux/omapfb.h
index 85cad31..7ab9ceb 100644
--- a/include/linux/omapfb.h
+++ b/include/linux/omapfb.h
@@ -254,7 +254,6 @@ 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_reserve_sdram_memblock(void);
#endif