drm/i915/gt: add asm/cacheflush.h for use of clflush()
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 7 Oct 2021 23:32:11 +0000 (16:32 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Tue, 12 Oct 2021 15:52:40 +0000 (08:52 -0700)
Let's include what we use instead of relying on other indirect includes.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211007233212.3896460-3-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_engine.h

index 4522488..d5ac49c 100644 (file)
@@ -2,6 +2,7 @@
 #ifndef _INTEL_RINGBUFFER_H_
 #define _INTEL_RINGBUFFER_H_
 
+#include <asm/cacheflush.h>
 #include <drm/drm_util.h>
 
 #include <linux/hashtable.h>