From: Lucas De Marchi Date: Thu, 7 Oct 2021 23:32:11 +0000 (-0700) Subject: drm/i915/gt: add asm/cacheflush.h for use of clflush() X-Git-Tag: v6.1-rc5~176^2~23^2~653 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5b51a9f8523a0b88ce7e8e8059f75a43c34c57f;p=platform%2Fkernel%2Flinux-starfive.git drm/i915/gt: add asm/cacheflush.h for use of clflush() Let's include what we use instead of relying on other indirect includes. Signed-off-by: Lucas De Marchi Reviewed-by: José Roberto de Souza Link: https://patchwork.freedesktop.org/patch/msgid/20211007233212.3896460-3-lucas.demarchi@intel.com --- diff --git a/drivers/gpu/drm/i915/gt/intel_engine.h b/drivers/gpu/drm/i915/gt/intel_engine.h index 4522488..d5ac49c 100644 --- a/drivers/gpu/drm/i915/gt/intel_engine.h +++ b/drivers/gpu/drm/i915/gt/intel_engine.h @@ -2,6 +2,7 @@ #ifndef _INTEL_RINGBUFFER_H_ #define _INTEL_RINGBUFFER_H_ +#include #include #include