diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-26 04:10:19 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-26 13:05:17 -0500 |
| commit | b4b8664d291ac1998e0f0bcdc96b6397f0fe68b3 (patch) | |
| tree | a9e60d57bc6854515134b13d8967a638352362ee /arch/arm64/kernel/entry.S | |
| parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 (diff) | |
arm64: don't pull uaccess.h into *.S
Split asm-only parts of arm64 uaccess.h into a new header and use that
from *.S.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/arm64/kernel/entry.S')
| -rw-r--r-- | arch/arm64/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/entry.S b/arch/arm64/kernel/entry.S index a7504f40d7ee..923841ffe4a9 100644 --- a/arch/arm64/kernel/entry.S +++ b/arch/arm64/kernel/entry.S | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | #include <asm/memory.h> | 31 | #include <asm/memory.h> |
| 32 | #include <asm/ptrace.h> | 32 | #include <asm/ptrace.h> |
| 33 | #include <asm/thread_info.h> | 33 | #include <asm/thread_info.h> |
| 34 | #include <linux/uaccess.h> | 34 | #include <asm/asm-uaccess.h> |
| 35 | #include <asm/unistd.h> | 35 | #include <asm/unistd.h> |
| 36 | 36 | ||
| 37 | /* | 37 | /* |
