From: Pawel Moll Date: Fri, 1 Aug 2014 14:43:34 +0000 (+0100) Subject: video: ARM CLCD: Fix DT-related build problems X-Git-Tag: omap-for-v3.17/fixes-against-rc2~112^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d5167b72ca05b2096760e1200fcd53b5f9a7562;p=pandora-kernel.git video: ARM CLCD: Fix DT-related build problems This patch fixes the following error when !CONFIG_OF: drivers/video/fbdev/amba-clcd.c:800:54: warning: ‘struct amba_dev’ declared inside parameter list [enabled by default] static struct clcd_board *clcdfb_of_get_board(struct amba_dev *dev) ^ and adds a missing Kconfig select causing this when CONFIG_OF && !CONFIG_FB_MODE_HELPERS: drivers/video/fbdev/amba-clcd.c:567: undefined reference to `fb_videomode_from_videomode' Reported-by: Fengguang Wu Signed-off-by: Pawel Moll Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed