diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-04-20 15:55:28 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2017-04-20 15:55:28 +1000 |
commit | 742bb87ba1769b20d0cc69459ec70227388818aa (patch) | |
tree | 8eb642eed7ec67dd7d2c7e9f4b16a12111488e80 /drivers/hwtracing/intel_th/msu.c | |
parent | 96ea0159c4161a92a1727fb06db44257b8e74ce4 (diff) | |
parent | 7370e0f939cf6836fd02b535db16929d8844eb95 (diff) | |
download | linux-next-742bb87ba1769b20d0cc69459ec70227388818aa.tar.gz |
Merge branch 'akpm/master'
Diffstat (limited to 'drivers/hwtracing/intel_th/msu.c')
-rw-r--r-- | drivers/hwtracing/intel_th/msu.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/hwtracing/intel_th/msu.c b/drivers/hwtracing/intel_th/msu.c index e88afe1a435c..dbbe31df74df 100644 --- a/drivers/hwtracing/intel_th/msu.c +++ b/drivers/hwtracing/intel_th/msu.c @@ -27,7 +27,9 @@ #include <linux/io.h> #include <linux/dma-mapping.h> -#include <asm/cacheflush.h> +#ifdef CONFIG_X86 +#include <asm/set_memory.h> +#endif #include "intel_th.h" #include "msu.h" |