diff options
Diffstat (limited to 'kexec/arch/sh/crashdump-sh.c')
-rw-r--r-- | kexec/arch/sh/crashdump-sh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/sh/crashdump-sh.c b/kexec/arch/sh/crashdump-sh.c index e23a5f8..f3c8c74 100644 --- a/kexec/arch/sh/crashdump-sh.c +++ b/kexec/arch/sh/crashdump-sh.c @@ -34,7 +34,7 @@ static struct memory_range crash_memory_range[CRASH_MAX_MEMORY_RANGES]; uint64_t saved_max_mem; static int crash_sh_range_nr; -static int crash_sh_memory_range_callback(void *data, int nr, +static int crash_sh_memory_range_callback(void *UNUSED(data), int UNUSED(nr), char *str, unsigned long base, unsigned long length) |