diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-01-02 19:34:46 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-02 19:34:46 -0800 |
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 fe724d47eb0..b0a3814a816 100644 --- a/arch/sparc/include/asm/Kbuild +++ b/arch/sparc/include/asm/Kbuild @@ -5,8 +5,6 @@ header-y += ipcbuf_32.h header-y += ipcbuf_64.h header-y += ptrace_32.h header-y += ptrace_64.h -header-y += sigcontext_32.h -header-y += sigcontext_64.h header-y += siginfo_32.h header-y += siginfo_64.h |