From 1fa6bac57b20c8250874387bdd9df6b8fe8340d3 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Sun, 3 Apr 2005 18:05:49 -0700 Subject: [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 Signed-off-by: Linus Torvalds --- fs/coda/upcall.c | 1 - 1 file changed, 1 deletion(-) 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 -#include #include #include -- cgit 1.2.3-korg