From: Tomi Valkeinen Date: Tue, 20 Sep 2011 11:27:44 +0000 (+0300) Subject: OMAPFB: remove mem info from platform_data X-Git-Tag: v3.4-rc1~125^2~8^2~8^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80277566d0d85b3430548ba87ad28b0585ef06a6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed