[PATCH] ocfs2/dlm: fix compilation on ia64

From: Jeff Mahoney
Date: Mon Jan 09 2006 - 12:35:21 EST



Including <asm/signal.h> results in compilation failure on ia64 due to
not including <linux/compiler.h>

Including <linux/signal.h> corrects the problem.

Please apply.

Signed-off-by: Jeff Mahoney <jeffm@xxxxxxxx>

diff -ruNpX dontdiff linux-2.6.15/fs/ocfs2/dlm/userdlm.c linux-2.6.15-fix/fs/ocfs2/dlm/userdlm.c
--- linux-2.6.15/fs/ocfs2/dlm/userdlm.c 2006-01-08 23:19:50.000000000 -0500
+++ linux-2.6.15-fix/fs/ocfs2/dlm/userdlm.c 2006-01-09 12:31:08.056894624 -0500
@@ -27,7 +27,7 @@
* Boston, MA 021110-1307, USA.
*/

-#include <asm/signal.h>
+#include <linux/signal.h>

#include <linux/module.h>
#include <linux/fs.h>
--
Jeff Mahoney
SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/