diff options
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 @@ | |||
34 | #include "drm_fb_helper.h" | 34 | #include "drm_fb_helper.h" |
35 | #include "drm_crtc_helper.h" | 35 | #include "drm_crtc_helper.h" |
36 | 36 | ||
37 | MODULE_AUTHOR("David Airlie, Jesse Barnes"); | ||
38 | MODULE_DESCRIPTION("DRM KMS helper"); | ||
39 | MODULE_LICENSE("GPL and additional rights"); | ||
40 | |||
37 | static LIST_HEAD(kernel_fb_helper_list); | 41 | static LIST_HEAD(kernel_fb_helper_list); |
38 | 42 | ||
39 | bool drm_fb_helper_force_kernel_mode(void) | 43 | bool drm_fb_helper_force_kernel_mode(void) |