diff options
Diffstat (limited to 'kexec/kexec-elf-boot.h')
-rw-r--r-- | kexec/kexec-elf-boot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/kexec-elf-boot.h b/kexec/kexec-elf-boot.h index 843a89b..cff5c61 100644 --- a/kexec/kexec-elf-boot.h +++ b/kexec/kexec-elf-boot.h @@ -3,6 +3,6 @@ unsigned long elf_boot_notes( struct kexec_info *info, unsigned long max_addr, - const unsigned char *cmdline, int cmdline_len); + const char *cmdline, int cmdline_len); #endif /* KEXEC_ELF_BOOT_H */ |