diff options
author | Jani Nikula <jani.nikula@intel.com> | 2020-02-25 15:31:31 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2020-02-27 08:35:09 +0200 |
commit | 83d2bdb6a0e088a0ec8fe1e2877c8aa1a4a80330 (patch) | |
tree | 9524999f676920b592b4f7f81f27d7cabb9ace9c /drivers/gpu/drm/i915/gem/i915_gem_userptr.c | |
parent | 0b3a4dd4af97535551f1fe02501c485cc3c5329a (diff) | |
download | linux-83d2bdb6a0e088a0ec8fe1e2877c8aa1a4a80330.tar.gz linux-83d2bdb6a0e088a0ec8fe1e2877c8aa1a4a80330.tar.bz2 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/gem/i915_gem_userptr.c')
-rw-r--r-- | drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_userptr.c b/drivers/gpu/drm/i915/gem/i915_gem_userptr.c index 63ead7a2b64a..7ffd7afeb7a5 100644 --- a/drivers/gpu/drm/i915/gem/i915_gem_userptr.c +++ b/drivers/gpu/drm/i915/gem/i915_gem_userptr.c @@ -10,8 +10,6 @@ #include <linux/swap.h> #include <linux/sched/mm.h> -#include <drm/i915_drm.h> - #include "i915_drv.h" #include "i915_gem_ioctls.h" #include "i915_gem_object.h" |