From: Mark Salter Date: Thu, 4 Oct 2012 16:22:08 +0000 (-0400) Subject: c6x: remove c6x signal.h X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~7^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e919f76e31309d441021f73b4bd9bb2ccfb3972;p=pandora-kernel.git 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 --- Reading git-diff-tree failed