summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kexec/arch/s390/kexec-s390.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/s390/kexec-s390.c b/kexec/arch/s390/kexec-s390.c
index 04d8ccc..0a7a257 100644
--- a/kexec/arch/s390/kexec-s390.c
+++ b/kexec/arch/s390/kexec-s390.c
@@ -36,7 +36,7 @@ static struct memory_range memory_range[MAX_MEMORY_RANGES];
* - (-1) if something went wrong.
*/
-int get_memory_ranges(struct memory_range **range, int *ranges)
+int get_memory_ranges(struct memory_range **range, int *ranges, unsigned long flags)
{
char sys_ram[] = "System RAM\n";
char iomem[] = "/proc/iomem";