summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/intel_th/msu.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-05-03 15:26:26 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2017-05-03 15:26:26 +1000
commit7c86601175913555e2da4967a77d9461be9086d4 (patch)
tree22ebe0b4775429d76dd379cdfcd23be62b8fda8e /drivers/hwtracing/intel_th/msu.c
parentd158fe7453073f8b9f44e9377dae1b7c90808328 (diff)
parentb3c348cb475c7c5e242c37e4ff1df21d5168c1f2 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'drivers/hwtracing/intel_th/msu.c')
-rw-r--r--drivers/hwtracing/intel_th/msu.c4
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"