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: v5.16-rc1~140^2~6^2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5b51a9f8523a0b88ce7e8e8059f75a43c34c57f;p=thirdparty%2Flinux.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 452248884ef18..d5ac49c0691ef 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