Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c14dac9 authored by Laura Abbott's avatar Laura Abbott Committed by Linus Torvalds
Browse files

drivers/hwtracing/intel_th/msu.c: use set_memory.h header

parent ed3ba079
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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"