]> git.baikalelectronics.ru Git - kernel.git/commit
drm/fb: fix CONFIG_DRM=m && CONFIG_FB=n
authorDave Airlie <airlied@redhat.com>
Wed, 4 May 2011 03:08:58 +0000 (13:08 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 4 May 2011 03:08:58 +0000 (13:08 +1000)
commit6fae35bd3a29b2135c8ee5213dbd776aaadfa661
treebcd327649650a155e9e2427decf5f2a0e3d2c98e
parent903ab15da25015d120290747fa6ac1f7662d00b0
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>
drivers/gpu/drm/drm_modes.c