From eb3e1e3383e88735e149842c0049ea8e53dea8f4 Mon Sep 17 00:00:00 2001 From: Brajeswar Ghosh Date: Tue, 25 Dec 2018 18:53:40 +0530 Subject: [PATCH] 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 --- drivers/gpu/drm/i915/i915_request.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.11.0