diff options
Diffstat (limited to 'kexec/arch/ppc/kexec-dol-ppc.c')
-rw-r--r-- | kexec/arch/ppc/kexec-dol-ppc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/arch/ppc/kexec-dol-ppc.c b/kexec/arch/ppc/kexec-dol-ppc.c index e2a197a..429c8ab 100644 --- a/kexec/arch/ppc/kexec-dol-ppc.c +++ b/kexec/arch/ppc/kexec-dol-ppc.c @@ -316,7 +316,7 @@ void dol_ppc_usage(void) } -int dol_ppc_load(int argc, char **argv, const char *buf, off_t len, +int dol_ppc_load(int argc, char **argv, const char *buf, off_t UNUSED(len), struct kexec_info *info) { dol_header header, *h; |