projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e5801
)
nios2: Remove ucontext.h from exported arch headers
author
Tobias Klauser
<tklauser@distanz.ch>
Fri, 13 Mar 2015 08:40:06 +0000
(16:40 +0800)
committer
Ley Foon Tan
<lftan@altera.com>
Mon, 16 Mar 2015 02:20:41 +0000
(10:20 +0800)
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>
arch/nios2/include/uapi/asm/Kbuild
patch
|
blob
|
history
diff --git
a/arch/nios2/include/uapi/asm/Kbuild
b/arch/nios2/include/uapi/asm/Kbuild
index
3761311
..
e0bb972
100644
(file)
--- 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