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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user