[PATCH v3.10] s390: Fix build error

From: Guenter Roeck
Date: Tue May 05 2015 - 00:40:06 EST


s390 images fail to build in 3.10 with

arch/s390/kernel/suspend.c: In function 'pfn_is_nosave':
arch/s390/kernel/suspend.c:147:10: error: 'ipl_info' undeclared
arch/s390/kernel/suspend.c:147:27: error: 'IPL_TYPE_NSS' undeclared

due to a missing include file.

Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
---
arch/s390/kernel/suspend.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/s390/kernel/suspend.c b/arch/s390/kernel/suspend.c
index a3ab6798ce68..58cbb75e89e9 100644
--- a/arch/s390/kernel/suspend.c
+++ b/arch/s390/kernel/suspend.c
@@ -11,6 +11,7 @@
#include <linux/mm.h>
#include <asm/sections.h>
#include <asm/ctl_reg.h>
+#include <asm/ipl.h>

/*
* The restore of the saved pages in an hibernation image will set
--
2.1.0


--------------000406020105040108080305--
--
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/