提交 aee93ac4 编写于 作者: J Jeff Mahoney 提交者: Mark Fasheh

[PATCH] ocfs2/dlm: fix compilation on ia64

 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: NJeff Mahoney <jeffm@suse.com>
Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
上级 0c6c98fb
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册