From b79d8d82bb994fe6154ea1a8e56d587ef9e356ae Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 5 Sep 2016 11:27:55 -0400 Subject: 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 --- arch/x86/include/asm/cacheflush.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86/include/asm') diff --git a/arch/x86/include/asm/cacheflush.h b/arch/x86/include/asm/cacheflush.h index 61518cf79437..872877d930de 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 #include -#include /* * The set_memory_* API can be used to change various attributes of a virtual -- cgit v1.2.3-59-g8ed1b