From: Brajeswar Ghosh Date: Tue, 25 Dec 2018 13:23:40 +0000 (+0530) Subject: drm/i915: Remove duplicate header from i915_request.h X-Git-Tag: v5.1-rc1~117^2~22^2~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb3e1e3383e88735e149842c0049ea8e53dea8f4;p=thirdparty%2Fkernel%2Flinux.git drm/i915: Remove duplicate header from i915_request.h Remove i915_scheduler.h which is included more than once Signed-off-by: Brajeswar Ghosh Signed-off-by: Chris Wilson Link: https://patchwork.freedesktop.org/patch/msgid/20181225132340.GA2584@hp-pavilion-15-notebook-pc-brajeswar --- diff --git a/drivers/gpu/drm/i915/i915_request.h b/drivers/gpu/drm/i915/i915_request.h index 90e9d170a0cd5..d014b06054456 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