summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_request.h
diff options
context:
space:
mode:
authorBrajeswar Ghosh <brajeswar.linux@gmail.com>2018-12-25 18:53:40 +0530
committerChris Wilson <chris@chris-wilson.co.uk>2018-12-27 12:54:31 +0000
commiteb3e1e3383e88735e149842c0049ea8e53dea8f4 (patch)
tree38dd30bfa9245d586acf46b5c38675d83c3b5fc9 /drivers/gpu/drm/i915/i915_request.h
parent2ef82327c2c762517caacf063766a02efc978ccf (diff)
downloadlinux-stable-eb3e1e3383e88735e149842c0049ea8e53dea8f4.tar.gz
linux-stable-eb3e1e3383e88735e149842c0049ea8e53dea8f4.tar.bz2
linux-stable-eb3e1e3383e88735e149842c0049ea8e53dea8f4.zip
drm/i915: Remove duplicate header from i915_request.h
Remove i915_scheduler.h which is included more than once Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20181225132340.GA2584@hp-pavilion-15-notebook-pc-brajeswar
Diffstat (limited to 'drivers/gpu/drm/i915/i915_request.h')
-rw-r--r--drivers/gpu/drm/i915/i915_request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_request.h b/drivers/gpu/drm/i915/i915_request.h
index 90e9d170a0cd..d014b0605445 100644
--- a/drivers/gpu/drm/i915/i915_request.h
+++ b/drivers/gpu/drm/i915/i915_request.h
@@ -30,7 +30,6 @@
#include "i915_gem.h"
#include "i915_scheduler.h"
#include "i915_sw_fence.h"
-#include "i915_scheduler.h"
#include <uapi/drm/i915_drm.h>