]> git.karo-electronics.de Git - linux-beck.git/commitdiff
remove stray include of asm/uaccess.h from cacheflush.h
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 5 Sep 2016 15:27:55 +0000 (11:27 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 28 Sep 2016 01:15:22 +0000 (21:15 -0400)
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>
arch/x86/include/asm/cacheflush.h

index 61518cf79437679788bd41a1ee1c942aea29a8cb..872877d930de5018b16f3029ba780cbd1058e2e2 100644 (file)
@@ -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