From 783877458f1fb5c3ac05d9c89f9506337c2a6f98 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 21 Aug 2019 10:39:05 +0100 Subject: [PATCH] drm/i915/gtt: Include asm/smp.h We need asm/smp.h for wbinvd_on_all_cpus() Reported-by: kbuild-all@01.org Signed-off-by: Chris Wilson Cc: Matthew Auld Reviewed-by: Matthew Auld Link: https://patchwork.freedesktop.org/patch/msgid/20190821093905.7693-1-chris@chris-wilson.co.uk --- drivers/gpu/drm/i915/i915_gem_gtt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c index c9a4690bf8b1..14eef8f8d16a 100644 --- a/drivers/gpu/drm/i915/i915_gem_gtt.c +++ b/drivers/gpu/drm/i915/i915_gem_gtt.c @@ -32,6 +32,7 @@ #include #include +#include #include -- 2.11.0