aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2005-04-03 18:05:49 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-03 18:05:49 -0700
commit1fa6bac57b20c8250874387bdd9df6b8fe8340d3 (patch)
tree3447b8344212d12007cbe908bcf7a72a6c35e960
parent7a81513e6cba3f255c0ac8a31480c9770fe83b0d (diff)
[PATCH] non-portable include in coda
fs/coda/upcall.c includes both asm/signal.h and linux/signal.h. For one thing, the former is included by the latter; for another, on some platforms it actually relies on the stuff included earlier in linux/signal.h (but not in upcall.c). Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r--fs/coda/upcall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/coda/upcall.c b/fs/coda/upcall.c
index 107dbfae7d13a..1bae99650a916 100644
--- a/fs/coda/upcall.c
+++ b/fs/coda/upcall.c
@@ -15,7 +15,6 @@
*/
#include <asm/system.h>
-#include <asm/signal.h>
#include <linux/signal.h>
#include <linux/types.h>