Commit e6095e72 authored by Guenter Roeck's avatar Guenter Roeck Committed by Greg Kroah-Hartman

s390: Fix build error

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: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e034445e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment