aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/omapfb.h
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-20 07:27:44 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-02-23 02:39:18 -0500
commit80277566d0d85b3430548ba87ad28b0585ef06a6 (patch)
tree88a5295393e09d0203d264e49103908ba1ea8e43 /include/linux/omapfb.h
parent1e434f9318efc3dddc0c0b8d2071712668154c2b (diff)
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.h1
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 {
249 249
250struct omapfb_platform_data { 250struct omapfb_platform_data {
251 struct omap_lcd_config lcd; 251 struct omap_lcd_config lcd;
252 struct omapfb_mem_desc mem_desc;
253}; 252};
254 253
255/* in arch/arm/plat-omap/fb.c */ 254/* in arch/arm/plat-omap/fb.c */