Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aee93ac4 authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Mark Fasheh
Browse files

[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: default avatarJeff Mahoney <jeffm@suse.com>
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 0c6c98fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@
 * Boston, MA 021110-1307, USA.
 * Boston, MA 021110-1307, USA.
 */
 */


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


#include <linux/module.h>
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/fs.h>