From: Dave Airlie Date: Wed, 4 May 2011 03:08:58 +0000 (+1000) Subject: drm/fb: fix CONFIG_DRM=m && CONFIG_FB=n X-Git-Tag: v3.0-rc1~312^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb3c438ea4c0e638cba08bfaa8e2b64ffb8a6ce3;p=pandora-kernel.git drm/fb: fix CONFIG_DRM=m && CONFIG_FB=n The previous commit to move the parsing into the core drm created a new situation and a soft dependency on the CONFIG_FB. We really don't want to make this a hard dependency so just wrap the one place that actually needs an fb symbol. Reported-by: Randy Dunlap Signed-off-by: Dave Airlie --- Reading git-diff-tree failed