ChangeSet 1.2236, 2005/04/04 08:05:49-07:00, [EMAIL PROTECTED]
[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 <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
upcall.c | 1 -
1 files changed, 1 deletion(-)
diff -Nru a/fs/coda/upcall.c b/fs/coda/upcall.c
--- a/fs/coda/upcall.c 2005-04-04 09:08:18 -07:00
+++ b/fs/coda/upcall.c 2005-04-04 09:08:18 -07:00
@@ -15,7 +15,6 @@
*/
#include <asm/system.h>
-#include <asm/signal.h>
#include <linux/signal.h>
#include <linux/types.h>
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html