diff mbox series

drm/i915_request.h: Remove duplicate header

Message ID 20181225132340.GA2584@hp-pavilion-15-notebook-pc-brajeswar (mailing list archive)
State New, archived
Headers show
Series drm/i915_request.h: Remove duplicate header | expand

Commit Message

Brajeswar Ghosh Dec. 25, 2018, 1:23 p.m. UTC
Remove i915_scheduler.h which is included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 drivers/gpu/drm/i915/i915_request.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Chris Wilson Dec. 27, 2018, 1 p.m. UTC | #1
Quoting Brajeswar Ghosh (2018-12-25 13:23:40)
> Remove i915_scheduler.h which is included more than once
> 
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>

Thanks for the patch, pushed to dinq.
-Chris
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/i915_request.h b/drivers/gpu/drm/i915/i915_request.h
index 7fa94b024968..3d9d225bc5fc 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>