aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrajeswar Ghosh <[email protected]>2018-12-25 18:53:40 +0530
committerChris Wilson <[email protected]>2018-12-27 12:54:31 +0000
commiteb3e1e3383e88735e149842c0049ea8e53dea8f4 (patch)
tree38dd30bfa9245d586acf46b5c38675d83c3b5fc9
parent2ef82327c2c762517caacf063766a02efc978ccf (diff)
drm/i915: Remove duplicate header from i915_request.h
Remove i915_scheduler.h which is included more than once Signed-off-by: Brajeswar Ghosh <[email protected]> Signed-off-by: Chris Wilson <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/20181225132340.GA2584@hp-pavilion-15-notebook-pc-brajeswar
-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>