From: Shawn Guo Date: Wed, 13 Mar 2013 06:03:12 +0000 (+0800) Subject: video: mxsfb: remove fb_phys/fb_size from platform_data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~8^2~10^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa02c7cbb6816913554dc18ff750a70a4ace796;p=pandora-kernel.git video: mxsfb: remove fb_phys/fb_size from platform_data There is no in-tree users of mxsfb_platform_data fb_phys/fb_size. With CMA support in the kernel, there is no real need for platform to reserve memory and pass address and size into driver via platform_data. So let's remove fb_phys/fb_size from mxsfb_platform_data to ease full device tree adoption. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed