diff options
-rw-r--r-- | kexec/arch/ppc64/crashdump-ppc64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/ppc64/crashdump-ppc64.c b/kexec/arch/ppc64/crashdump-ppc64.c index 3ca575c..00031b6 100644 --- a/kexec/arch/ppc64/crashdump-ppc64.c +++ b/kexec/arch/ppc64/crashdump-ppc64.c @@ -121,7 +121,7 @@ static void exclude_crash_region(uint64_t start, uint64_t end) } } -static int get_dyn_reconf_crash_memory_ranges() +static int get_dyn_reconf_crash_memory_ranges(void) { uint64_t start, end; char fname[128], buf[32]; |