diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-20 14:27:44 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-02-23 09:39:18 +0200 |
commit | 80277566d0d85b3430548ba87ad28b0585ef06a6 (patch) | |
tree | 88a5295393e09d0203d264e49103908ba1ea8e43 /include/linux/omapfb.h | |
parent | 1e434f9318efc3dddc0c0b8d2071712668154c2b (diff) | |
download | blackbird-op-linux-80277566d0d85b3430548ba87ad28b0585ef06a6.tar.gz blackbird-op-linux-80277566d0d85b3430548ba87ad28b0585ef06a6.zip |
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>
Diffstat (limited to 'include/linux/omapfb.h')
-rw-r--r-- | include/linux/omapfb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/omapfb.h b/include/linux/omapfb.h index 7ab9cebf9164..03f52555ce63 100644 --- a/include/linux/omapfb.h +++ b/include/linux/omapfb.h @@ -249,7 +249,6 @@ struct omapfb_mem_desc { struct omapfb_platform_data { struct omap_lcd_config lcd; - struct omapfb_mem_desc mem_desc; }; /* in arch/arm/plat-omap/fb.c */ |