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: block-5.16-2021-11-13~77^2~6^2~40 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=a5b51a9f8523a0b88ce7e8e8059f75a43c34c57f;p=linux-block.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 452248884ef1..d5ac49c0691e 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