From: Chris Wilson Date: Wed, 21 Aug 2019 09:39:05 +0000 (+0100) Subject: drm/i915/gtt: Include asm/smp.h X-Git-Tag: v5.4-rc1~106^2~11^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=783877458f1fb5c3ac05d9c89f9506337c2a6f98;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/drivers/gpu/drm/i915/i915_gem_gtt.c b/drivers/gpu/drm/i915/i915_gem_gtt.c index c9a4690bf8b1a..14eef8f8d16a5 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