OMAPFB: remove mem info from platform_data
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 20 Sep 2011 11:27:44 +0000 (14:27 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 23 Feb 2012 07:39:18 +0000 (09:39 +0200)
commit80277566d0d85b3430548ba87ad28b0585ef06a6
tree88a5295393e09d0203d264e49103908ba1ea8e43
parent1e434f9318efc3dddc0c0b8d2071712668154c2b
OMAPFB: remove mem info from platform_data

omapfb driver used platform_data to get fb memory areas and formats
defined by the board file.

This patch removes omapfb's (both old and new omapfb) use of the
memory data in platform_data, because:

- No board uses them currently
- It's not board file's job to define things like amount of default
  framebuffer memory. These should come from the bootloader via command
  line parameters.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap/omapfb_main.c
drivers/video/omap2/omapfb/omapfb-main.c
include/linux/omapfb.h
This page took 0.026023 seconds and 5 git commands to generate.