summaryrefslogtreecommitdiff
path: root/kexec/arch/s390/kexec-s390.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/s390/kexec-s390.c')
-rw-r--r--kexec/arch/s390/kexec-s390.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/kexec/arch/s390/kexec-s390.c b/kexec/arch/s390/kexec-s390.c
index 15c2837..108ea47 100644
--- a/kexec/arch/s390/kexec-s390.c
+++ b/kexec/arch/s390/kexec-s390.c
@@ -36,7 +36,8 @@ static struct memory_range memory_range[MAX_MEMORY_RANGES];
* - (-1) if something went wrong.
*/
-int get_memory_ranges(struct memory_range **range, int *ranges, unsigned long flags)
+int get_memory_ranges(struct memory_range **range, int *ranges,
+ unsigned long UNUSED(flags))
{
char sys_ram[] = "System RAM\n";
char *iomem = proc_iomem();
@@ -89,7 +90,7 @@ void arch_usage(void)
{
}
-int arch_process_options(int argc, char **argv)
+int arch_process_options(int UNUSED(argc), char **UNUSED(argv))
{
return 0;
}
@@ -100,12 +101,12 @@ const struct arch_map_entry arches[] = {
{ 0 },
};
-int arch_compat_trampoline(struct kexec_info *info)
+int arch_compat_trampoline(struct kexec_info *UNUSED(info))
{
return 0;
}
-void arch_update_purgatory(struct kexec_info *info)
+void arch_update_purgatory(struct kexec_info *UNUSED(info))
{
}