commit | cb3c438ea4c0e638cba08bfaa8e2b64ffb8a6ce3 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Wed May 04 13:08:58 2011 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Wed May 04 13:08:58 2011 +1000 |
tree | bcd327649650a155e9e2427decf5f2a0e3d2c98e | |
parent | 1794d257fa7bab3ea5162f8abdca749996b65343 [diff] |
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 <randy.dunlap@oracle.com> Signed-off-by: Dave Airlie <airlied@redhat.com>