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: Sami Tolvanen <samitolvanen@google.com>
This commit is contained in:
Sami Tolvanen 2020-04-28 11:24:20 -07:00
parent 69b005be67
commit 8c25f26ead

View File

@ -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 */