aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/uaccess_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/uaccess_64.h')
-rw-r--r--include/asm-x86/uaccess_64.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-x86/uaccess_64.h b/include/asm-x86/uaccess_64.h
index 2e75a5d1a17a..b5bacd613686 100644
--- a/include/asm-x86/uaccess_64.h
+++ b/include/asm-x86/uaccess_64.h
@@ -11,14 +11,6 @@
11 11
12#define ARCH_HAS_SEARCH_EXTABLE 12#define ARCH_HAS_SEARCH_EXTABLE
13 13
14#define __get_user(x, ptr) \
15 __get_user_nocheck((x), (ptr), sizeof(*(ptr)))
16#define __put_user(x, ptr) \
17 __put_user_nocheck((__typeof__(*(ptr)))(x), (ptr), sizeof(*(ptr)))
18
19#define __get_user_unaligned __get_user
20#define __put_user_unaligned __put_user
21
22/* 14/*
23 * Copy To/From Userspace 15 * Copy To/From Userspace
24 */ 16 */