From: Arnd Bergmann Date: Wed, 28 Jan 2015 20:13:50 +0000 (+0100) Subject: video/mmpfb: allow modular build X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~129^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6984330a13efff2e5385c612b6fc2b3b38103be1;p=pandora-kernel.git video/mmpfb: allow modular build The frame buffer core can be a module, which means any fb drivers should be able to build as modules too. This turns mmpfb into a tristate option to allow that and fix a possible randconfig build error. drivers/built-in.o: In function `modes_setup': :(.text+0x11b34): undefined reference to `fb_videomode_to_modelist' :(.text+0x11b5c): undefined reference to `fb_videomode_to_var' Signed-off-by: Arnd Bergmann Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed