aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/omapfb.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-20 14:12:43 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-02-23 09:39:14 +0200
commit1e434f9318efc3dddc0c0b8d2071712668154c2b (patch)
treedb349ba5abef7373e5ccc64305fdd923e24e290b /include/linux/omapfb.h
parentOAMPFB: remove unused omapfb_set_ctrl_platform_data() (diff)
downloadlinux-dev-1e434f9318efc3dddc0c0b8d2071712668154c2b.tar.xz
linux-dev-1e434f9318efc3dddc0c0b8d2071712668154c2b.zip
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 85cad31ca3d9..7ab9cebf9164 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