diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2015-03-13 16:40:06 +0800 |
---|---|---|
committer | Ley Foon Tan <lftan@altera.com> | 2015-03-16 10:20:41 +0800 |
commit | c105e86ace5a32ee4760a502bc45dcd26fed2375 (patch) | |
tree | 9d4412ef27b5ed42d3767beb04ef0c60c6eee091 /arch/nios2/include/uapi/asm/Kbuild | |
parent | 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda (diff) | |
download | blackbird-op-linux-c105e86ace5a32ee4760a502bc45dcd26fed2375.tar.gz blackbird-op-linux-c105e86ace5a32ee4760a502bc45dcd26fed2375.zip |
nios2: Remove ucontext.h from exported arch headers
Commit 92d5dd8cd6e2 ("nios2: update pt_regs") removed the nios2 specific
ucontext.h, replacing it with the version from asm-generic. Thus it's no
longer necessary to include ucontext.h in exported headers.
Cc: Chung-Ling Tang <cltang@codesourcery.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nios2/include/uapi/asm/Kbuild b/arch/nios2/include/uapi/asm/Kbuild index 376131194cc3..e0bb972a50d7 100644 --- a/arch/nios2/include/uapi/asm/Kbuild +++ b/arch/nios2/include/uapi/asm/Kbuild @@ -1,6 +1,5 @@ include include/uapi/asm-generic/Kbuild.asm header-y += elf.h -header-y += ucontext.h generic-y += ucontext.h |