diff options
author | Chung-Ling Tang <cltang@codesourcery.com> | 2015-03-12 01:34:31 -0400 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2015-03-12 01:35:06 -0400 |
commit | 92d5dd8cd6e2b211d32d8fbc6cf4b7470765a09f (patch) | |
tree | 4d99635aff3be4a2c0b19f0bbe3fe51e19bc1fff /arch/nios2/include/uapi/asm/Kbuild | |
parent | 9eccca0843205f87c00404b663188b88eb248051 (diff) |
nios2: update pt_regs
Remove struct pt_regs from user header and use generic ucontext.h.
Signed-off-by: Chung-Ling Tang <cltang@codesourcery.com>
Acked-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'arch/nios2/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/nios2/include/uapi/asm/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/nios2/include/uapi/asm/Kbuild b/arch/nios2/include/uapi/asm/Kbuild index 4f07ca3f8d10..376131194cc3 100644 --- a/arch/nios2/include/uapi/asm/Kbuild +++ b/arch/nios2/include/uapi/asm/Kbuild | |||
@@ -2,3 +2,5 @@ include include/uapi/asm-generic/Kbuild.asm | |||
2 | 2 | ||
3 | header-y += elf.h | 3 | header-y += elf.h |
4 | header-y += ucontext.h | 4 | header-y += ucontext.h |
5 | |||
6 | generic-y += ucontext.h | ||