]> git.baikalelectronics.ru Git - kernel.git/commit
c6x: remove c6x signal.h
authorMark Salter <msalter@redhat.com>
Thu, 4 Oct 2012 16:22:08 +0000 (12:22 -0400)
committerMark Salter <msalter@redhat.com>
Thu, 4 Oct 2012 16:22:08 +0000 (12:22 -0400)
commitf4c7295bf462ef0c9be57127c5f19cec54f26954
treedaa54d0badaf268a1469969783c5605598e6b9e4
parent18acbad610ac741a5660fc7c5c889d03f0a36a22
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>
arch/c6x/include/asm/Kbuild
arch/c6x/include/asm/signal.h [deleted file]