diff options
author | Mark Salter <msalter@redhat.com> | 2012-10-04 12:22:08 -0400 |
---|---|---|
committer | Mark Salter <msalter@redhat.com> | 2012-10-04 12:22:08 -0400 |
commit | 2e919f76e31309d441021f73b4bd9bb2ccfb3972 (patch) | |
tree | daa54d0badaf268a1469969783c5605598e6b9e4 /arch/c6x/include/asm/Kbuild | |
parent | 37d11ab8b478ccb7aa2270666603ca2e5ac4c11d (diff) |
c6x: remove c6x signal.h
The c6x signal.h includes the asm-generic version and provides
a couple of extern declarations. David Howells pointed out that
the externs needed to be protected by ifdef __KERNEL__. As it
turns out, the externs aren't really needed since the functions
are only called from asm code. So this patch gets rid of the
c6x signal.h and uses just the asm-generic version.
Signed-off-by: Mark Salter <msalter@redhat.com>
Diffstat (limited to 'arch/c6x/include/asm/Kbuild')
-rw-r--r-- | arch/c6x/include/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/c6x/include/asm/Kbuild b/arch/c6x/include/asm/Kbuild index f08e89183cd..277f1a4ecb0 100644 --- a/arch/c6x/include/asm/Kbuild +++ b/arch/c6x/include/asm/Kbuild @@ -40,6 +40,7 @@ generic-y += sembuf.h generic-y += shmbuf.h generic-y += shmparam.h generic-y += siginfo.h +generic-y += signal.h generic-y += socket.h generic-y += sockios.h generic-y += stat.h |