diff options
author | Richard Weinberger <richard@nod.at> | 2015-05-12 00:17:28 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-05-31 17:32:36 +0200 |
commit | f8d65d27e677da0ce33de570e3068308a77ed2b1 (patch) | |
tree | da725dd9a167adf8bfaaab016e5ce533ae2c4161 /arch/x86/um/asm/checksum.h | |
parent | 1d04c8d77934d9406cc8219d97be2f0188f502d2 (diff) | |
download | lwn-f8d65d27e677da0ce33de570e3068308a77ed2b1.tar.gz lwn-f8d65d27e677da0ce33de570e3068308a77ed2b1.zip |
um: Rework uaccess code
Rework UML's uaccess code to reuse as much as possible
from asm-generic/uaccess.c.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um/asm/checksum.h')
-rw-r--r-- | arch/x86/um/asm/checksum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/um/asm/checksum.h b/arch/x86/um/asm/checksum.h index 4b181b74454f..ee940185e89f 100644 --- a/arch/x86/um/asm/checksum.h +++ b/arch/x86/um/asm/checksum.h @@ -3,6 +3,7 @@ #include <linux/string.h> #include <linux/in6.h> +#include <linux/uaccess.h> /* * computes the checksum of a memory block at buff, length len, |