]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm: fix build errors with drm_print.h
authorSam Ravnborg <sam@ravnborg.org>
Sun, 9 Jun 2019 22:07:48 +0000 (00:07 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 10 Jun 2019 20:58:53 +0000 (22:58 +0200)
drm_print.h requires <drm/drm.h> to fix build when macros are used.
Pull in the header file in drm_print.h so users do not have to do it.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190609220757.10862-2-sam@ravnborg.org
include/drm/drm_print.h

index 3a4247319e63df041c613c47ea9e16be894448f7..a5d6f2f3e430fa85df646eaf1fcfa0a4fccfdd03 100644 (file)
@@ -32,6 +32,8 @@
 #include <linux/device.h>
 #include <linux/debugfs.h>
 
+#include <drm/drm.h>
+
 /**
  * DOC: print
  *