summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_helper.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2009-09-28 15:31:10 +1000
committerDave Airlie <airlied@linux.ie>2009-09-28 15:31:10 +1000
commit74bf2ad508efa93db4254c9da9c7238da44e2c58 (patch)
treef912544f1f916d0cadc5a832030164b9062d020a /drivers/gpu/drm/drm_fb_helper.c
parent210bed8f827471e271f894fb99ee879a5d27cf30 (diff)
drm/kms: make fb helper work for all drivers.
This initialises the fb helper with the connector helper, so that the fb cmdline code works for intel as well. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/drm_fb_helper.c')
-rw-r--r--drivers/gpu/drm/drm_fb_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c
index 10d810ef8fa..83d7b7d0386 100644
--- a/drivers/gpu/drm/drm_fb_helper.c
+++ b/drivers/gpu/drm/drm_fb_helper.c
@@ -47,7 +47,6 @@ int drm_fb_helper_add_connector(struct drm_connector *connector)
return -ENOMEM;
return 0;
-
}
EXPORT_SYMBOL(drm_fb_helper_add_connector);