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
This commit is contained in:
Brajeswar Ghosh 2018-12-25 18:53:40 +05:30 committed by Chris Wilson
parent 2ef82327c2
commit eb3e1e3383
1 changed files with 0 additions and 1 deletions

View File

@ -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>