diff options
author | Chung-Ling Tang <cltang@codesourcery.com> | 2015-03-12 08:34:31 +0300 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2015-03-12 08:35:06 +0300 |
commit | 92d5dd8cd6e2b211d32d8fbc6cf4b7470765a09f (patch) | |
tree | 4d99635aff3be4a2c0b19f0bbe3fe51e19bc1fff /arch/nios2/include/uapi/asm/Kbuild | |
parent | 9eccca0843205f87c00404b663188b88eb248051 (diff) | |
download | linux-92d5dd8cd6e2b211d32d8fbc6cf4b7470765a09f.tar.xz |
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 header-y += elf.h header-y += ucontext.h + +generic-y += ucontext.h |