diff options
author | Dave Airlie <airlied@redhat.com> | 2009-09-08 05:08:32 +0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-09-08 05:15:58 +0400 |
commit | 6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1 (patch) | |
tree | 0bab06d1bc08205f3598a0627041e9b2c4abc34c /drivers/gpu/drm/drm_fb_helper.c | |
parent | 3ce0a23d2d253185df24e22e3d5f89800bb3dd1c (diff) | |
download | linux-6fcefd56f5060ca99ab03c9f2ad1f17c3a543ca1.tar.xz |
drm/kms: fix kms helper license + Kconfig
Allow the KMS module to work properly, and also rename
it to KMS_HELPER so its clearer what its for.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 41086e98059e..8eee4a620376 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -34,6 +34,10 @@ #include "drm_fb_helper.h" #include "drm_crtc_helper.h" +MODULE_AUTHOR("David Airlie, Jesse Barnes"); +MODULE_DESCRIPTION("DRM KMS helper"); +MODULE_LICENSE("GPL and additional rights"); + static LIST_HEAD(kernel_fb_helper_list); bool drm_fb_helper_force_kernel_mode(void) |