浏览代码

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>
Al Viro 9 年之前
父节点
当前提交
b79d8d82bb
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/x86/include/asm/cacheflush.h

+ 0 - 1
arch/x86/include/asm/cacheflush.h

@@ -4,7 +4,6 @@
 /* Caches aren't brain-dead on the intel. */
 /* Caches aren't brain-dead on the intel. */
 #include <asm-generic/cacheflush.h>
 #include <asm-generic/cacheflush.h>
 #include <asm/special_insns.h>
 #include <asm/special_insns.h>
-#include <asm/uaccess.h>
 
 
 /*
 /*
  * The set_memory_* API can be used to change various attributes of a virtual
  * The set_memory_* API can be used to change various attributes of a virtual