Skip to content

Commit

Permalink
drm/i915/gt: add asm/cacheflush.h for use of clflush()
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Lucas De Marchi committed Oct 12, 2021
1 parent aa5e9f9 commit a5b51a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/i915/gt/intel_engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a5b51a9

Please sign in to comment.