summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_ioc32.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2020-02-25 14:31:31 +0100
committerJani Nikula <jani.nikula@intel.com>2020-02-27 07:35:09 +0100
commit83d2bdb6a0e088a0ec8fe1e2877c8aa1a4a80330 (patch)
tree9524999f676920b592b4f7f81f27d7cabb9ace9c /drivers/gpu/drm/i915/i915_ioc32.c
parentdrm/i915/tgl: Add Wa_1606054188:tgl (diff)
downloadlinux-83d2bdb6a0e088a0ec8fe1e2877c8aa1a4a80330.tar.xz
linux-83d2bdb6a0e088a0ec8fe1e2877c8aa1a4a80330.zip
drm/i915: significantly reduce the use of <drm/i915_drm.h>
The #include has been splattered all over the place, but there are precious few places, all .c files, that actually need it. v2: remove leftover double newlines Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200225133131.3301-1-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_ioc32.c')
-rw-r--r--drivers/gpu/drm/i915/i915_ioc32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_ioc32.c b/drivers/gpu/drm/i915/i915_ioc32.c
index c1007245f46d..df7d19bd9b3a 100644
--- a/drivers/gpu/drm/i915/i915_ioc32.c
+++ b/drivers/gpu/drm/i915/i915_ioc32.c
@@ -28,7 +28,6 @@
*/
#include <linux/compat.h>
-#include <drm/i915_drm.h>
#include <drm/drm_ioctl.h>
#include "i915_drv.h"