summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-09-05 11:27:55 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-09-27 21:15:22 -0400
commitb79d8d82bb994fe6154ea1a8e56d587ef9e356ae (patch)
tree9f47293e0e033d7975a8ef30c3a9fda84f360657
parenta31b821d8c189a6e6eee92f6c55989ce722e8089 (diff)
downloadop-kernel-dev-b79d8d82bb994fe6154ea1a8e56d587ef9e356ae.zip
op-kernel-dev-b79d8d82bb994fe6154ea1a8e56d587ef9e356ae.tar.gz
remove stray include of asm/uaccess.h from cacheflush.h
It was introduced in "arch, x86: pmem api for ensuring durability of persistent memory updates" in July 2015, along with the code that really used that stuff. Three weeks later all that code got moved to asm/pmem.h by "pmem, x86: move x86 PMEM API to new pmem.h header"; include, however, was left behind. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--arch/x86/include/asm/cacheflush.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/cacheflush.h b/arch/x86/include/asm/cacheflush.h
index 61518cf..872877d 100644
--- a/arch/x86/include/asm/cacheflush.h
+++ b/arch/x86/include/asm/cacheflush.h
@@ -4,7 +4,6 @@
/* Caches aren't brain-dead on the intel. */
#include <asm-generic/cacheflush.h>
#include <asm/special_insns.h>
-#include <asm/uaccess.h>
/*
* The set_memory_* API can be used to change various attributes of a virtual
OpenPOWER on IntegriCloud