diff options
author | Dave Airlie <airlied@linux.ie> | 2009-09-28 01:31:10 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2009-09-28 01:31:10 -0400 |
commit | 74bf2ad508efa93db4254c9da9c7238da44e2c58 (patch) | |
tree | f912544f1f916d0cadc5a832030164b9062d020a /drivers/gpu/drm/drm_fb_helper.c | |
parent | 210bed8f827471e271f894fb99ee879a5d27cf30 (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.c | 1 |
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 10d810ef8faa..83d7b7d03863 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) | |||
47 | return -ENOMEM; | 47 | return -ENOMEM; |
48 | 48 | ||
49 | return 0; | 49 | return 0; |
50 | |||
51 | } | 50 | } |
52 | EXPORT_SYMBOL(drm_fb_helper_add_connector); | 51 | EXPORT_SYMBOL(drm_fb_helper_add_connector); |
53 | 52 | ||