[PATCH] non-portable include in coda
commit1fa6bac57b20c8250874387bdd9df6b8fe8340d3
authorAlexander Viro <viro@www.linux.org.uk>
Mon, 4 Apr 2005 01:05:49 +0000 (3 18:05 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 4 Apr 2005 01:05:49 +0000 (3 18:05 -0700)
tree3447b8344212d12007cbe908bcf7a72a6c35e960
parent7a81513e6cba3f255c0ac8a31480c9770fe83b0d
[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>
fs/coda/upcall.c