From: Tvrtko Ursulin Date: Thu, 24 May 2018 15:06:20 +0000 (+0100) Subject: drm/i915: Include i915_scheduler.h from i915_gem_context.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5d1f5562ea7f83fe911d6f9fcb3a32a8e1139ae;p=linux.git drm/i915: Include i915_scheduler.h from i915_gem_context.h struct i915_gem_context embeds struct i915_sched_attr so needs to include the respective header. Signed-off-by: Tvrtko Ursulin Reviewed-by: Chris Wilson Link: https://patchwork.freedesktop.org/patch/msgid/20180524150621.17332-1-tvrtko.ursulin@linux.intel.com --- diff --git a/drivers/gpu/drm/i915/i915_gem_context.h b/drivers/gpu/drm/i915/i915_gem_context.h index c3262b4dd2ee6..84fef3b1e6e4e 100644 --- a/drivers/gpu/drm/i915/i915_gem_context.h +++ b/drivers/gpu/drm/i915/i915_gem_context.h @@ -30,6 +30,7 @@ #include #include "i915_gem.h" +#include "i915_scheduler.h" struct pid;