diff options
Diffstat (limited to 'kexec/arch/s390/kexec-s390.c')
-rw-r--r-- | kexec/arch/s390/kexec-s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/s390/kexec-s390.c b/kexec/arch/s390/kexec-s390.c index 108ea47..4696891 100644 --- a/kexec/arch/s390/kexec-s390.c +++ b/kexec/arch/s390/kexec-s390.c @@ -98,7 +98,7 @@ int arch_process_options(int UNUSED(argc), char **UNUSED(argv)) const struct arch_map_entry arches[] = { { "s390", KEXEC_ARCH_S390 }, { "s390x", KEXEC_ARCH_S390 }, - { 0 }, + { NULL, 0 }, }; int arch_compat_trampoline(struct kexec_info *UNUSED(info)) |