diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-01-02 22:34:46 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-02 22:34:46 -0500 |
commit | bd703d88a2dbeb6c7945345de427eedf78ef89c6 (patch) | |
tree | 493b0953987d791d6577b59889f2b78792a45c6c /arch/sparc/include/asm/Kbuild | |
parent | 4d7b92ad572b4bd4d92fc80911641bb6cba3b99c (diff) |
sparc: unify sigcontext.h
With the renamed types in place the unification was straightforward.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/include/asm/Kbuild')
-rw-r--r-- | arch/sparc/include/asm/Kbuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/Kbuild b/arch/sparc/include/asm/Kbuild index fe724d47eb09..b0a3814a8162 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild | |||
@@ -5,8 +5,6 @@ header-y += ipcbuf_32.h | |||
5 | header-y += ipcbuf_64.h | 5 | header-y += ipcbuf_64.h |
6 | header-y += ptrace_32.h | 6 | header-y += ptrace_32.h |
7 | header-y += ptrace_64.h | 7 | header-y += ptrace_64.h |
8 | header-y += sigcontext_32.h | ||
9 | header-y += sigcontext_64.h | ||
10 | header-y += siginfo_32.h | 8 | header-y += siginfo_32.h |
11 | header-y += siginfo_64.h | 9 | header-y += siginfo_64.h |
12 | 10 | ||