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

Commit 8c25f26e authored by Sami Tolvanen's avatar Sami Tolvanen
Browse files

ANDROID: cfi: remove unnecessary <asm/memory.h> include



This change makes it possible to compile CFI for x86, which doesn't
provide this header file.

Bug: 145297900
Change-Id: I60ad190bb0c2296b67eef2194b72f381e7f94e2c
Signed-off-by: default avatarSami Tolvanen <samitolvanen@google.com>
parent 69b005be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
#include <linux/spinlock.h>
#include <asm/bug.h>
#include <asm/cacheflush.h>
#include <asm/memory.h>
#include <asm/set_memory.h>

/* Compiler-defined handler names */