]> Pileus Git - ~andy/linux/commit
OMAPFB: remove early mem alloc from old omapfb
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 20 Sep 2011 11:12:43 +0000 (14:12 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 23 Feb 2012 07:39:14 +0000 (09:39 +0200)
commit1e434f9318efc3dddc0c0b8d2071712668154c2b
treedb349ba5abef7373e5ccc64305fdd923e24e290b
parent6651b0ea9202541091f6c23ec8715122ea8cc1b0
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>
arch/arm/plat-omap/common.c
arch/arm/plat-omap/fb.c
include/linux/omapfb.h