Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx> --- kexec/arch/mipsel/kexec-mipsel.c | 2 -- 1 file changed, 2 deletions(-) Index: kexec-tools-mips/kexec/arch/mipsel/kexec-mipsel.c =================================================================== --- kexec-tools-mips.orig/kexec/arch/mipsel/kexec-mipsel.c 2008-02-27 19:14:03.000000000 +0900 +++ kexec-tools-mips/kexec/arch/mipsel/kexec-mipsel.c 2008-02-27 19:18:15.000000000 +0900 @@ -111,8 +111,6 @@ int arch_process_options(int argc, char }; static const char short_options[] = KEXEC_ARCH_OPT_STR; int opt; - unsigned long value; - char *end; opterr = 0; /* Don't complain about unrecognized options here */ while((opt = getopt_long(argc, argv, short_options, options, 0)) != -1) { -- -- Horms