kill {__,}{get,put}_user_unaligned()
no users left Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -3,11 +3,4 @@
|
||||
#else
|
||||
#include <asm/uaccess_mm.h>
|
||||
#endif
|
||||
|
||||
#include <asm/extable.h>
|
||||
#ifdef CONFIG_CPU_HAS_NO_UNALIGNED
|
||||
#include <asm-generic/uaccess-unaligned.h>
|
||||
#else
|
||||
#define __get_user_unaligned(x, ptr) __get_user((x), (ptr))
|
||||
#define __put_user_unaligned(x, ptr) __put_user((x), (ptr))
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user