Browse Source

drm: Remove drmP.h include from drm_kms_helper_common.c

An easy one as a drive-by.

Reviewed-by: Gustavo Padovan <gustavo.padovan@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170308141257.12119-6-daniel.vetter@ffwll.ch
Daniel Vetter 8 years ago
parent
commit
b0b7d372df
1 changed files with 1 additions and 2 deletions
  1. 1 2
      drivers/gpu/drm/drm_kms_helper_common.c

+ 1 - 2
drivers/gpu/drm/drm_kms_helper_common.c

@@ -25,8 +25,7 @@
  *
  *
  */
  */
 
 
-#include <drm/drmP.h>
-#include <drm/drm_fb_helper.h>
+#include <linux/module.h>
 
 
 #include "drm_crtc_helper_internal.h"
 #include "drm_crtc_helper_internal.h"