]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm: direct include of drm.h in drm_gem_shmem_helper.c
authorSam Ravnborg <sam@ravnborg.org>
Thu, 18 Jul 2019 16:15:03 +0000 (18:15 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 19 Jul 2019 21:24:17 +0000 (23:24 +0200)
Do not rely on including drm.h from drm_file.h,
as the include in drm_file.h will be dropped.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Sean Paul <sean@poorly.run>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Eric Anholt <eric@anholt.net>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Cc: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190718161507.2047-8-sam@ravnborg.org
drivers/gpu/drm/drm_gem_shmem_helper.c

index 472ea5d81f825b25de7c5bf3702a8333921b4771..2f64667ac8055a7dec6f92fe5fa0ab0cd4b31290 100644 (file)
@@ -10,6 +10,7 @@
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 
+#include <drm/drm.h>
 #include <drm/drm_device.h>
 #include <drm/drm_drv.h>
 #include <drm/drm_gem_shmem_helper.h>