diff options
Diffstat (limited to 'arch/x86_64/lib')
| -rw-r--r-- | arch/x86_64/lib/copy_user.S | 2 | ||||
| -rw-r--r-- | arch/x86_64/lib/getuser.S | 2 | ||||
| -rw-r--r-- | arch/x86_64/lib/putuser.S | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/lib/copy_user.S b/arch/x86_64/lib/copy_user.S index bd556c804248..dfa358b05c89 100644 --- a/arch/x86_64/lib/copy_user.S +++ b/arch/x86_64/lib/copy_user.S | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | #define FIX_ALIGNMENT 1 | 7 | #define FIX_ALIGNMENT 1 |
| 8 | 8 | ||
| 9 | #include <asm/current.h> | 9 | #include <asm/current.h> |
| 10 | #include <asm/offset.h> | 10 | #include <asm/asm-offsets.h> |
| 11 | #include <asm/thread_info.h> | 11 | #include <asm/thread_info.h> |
| 12 | #include <asm/cpufeature.h> | 12 | #include <asm/cpufeature.h> |
| 13 | 13 | ||
diff --git a/arch/x86_64/lib/getuser.S b/arch/x86_64/lib/getuser.S index f80bafee8669..3844d5e885a4 100644 --- a/arch/x86_64/lib/getuser.S +++ b/arch/x86_64/lib/getuser.S | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | #include <linux/linkage.h> | 29 | #include <linux/linkage.h> |
| 30 | #include <asm/page.h> | 30 | #include <asm/page.h> |
| 31 | #include <asm/errno.h> | 31 | #include <asm/errno.h> |
| 32 | #include <asm/offset.h> | 32 | #include <asm/asm-offsets.h> |
| 33 | #include <asm/thread_info.h> | 33 | #include <asm/thread_info.h> |
| 34 | 34 | ||
| 35 | .text | 35 | .text |
diff --git a/arch/x86_64/lib/putuser.S b/arch/x86_64/lib/putuser.S index 5828b8191667..7f5593974e2d 100644 --- a/arch/x86_64/lib/putuser.S +++ b/arch/x86_64/lib/putuser.S | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | #include <linux/linkage.h> | 27 | #include <linux/linkage.h> |
| 28 | #include <asm/page.h> | 28 | #include <asm/page.h> |
| 29 | #include <asm/errno.h> | 29 | #include <asm/errno.h> |
| 30 | #include <asm/offset.h> | 30 | #include <asm/asm-offsets.h> |
| 31 | #include <asm/thread_info.h> | 31 | #include <asm/thread_info.h> |
| 32 | 32 | ||
| 33 | .text | 33 | .text |
