diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-27 19:31:13 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-03-06 18:50:47 +0900 |
commit | 66f307e2e1e85f8f9fb5895e52d27ccf85b110fc (patch) | |
tree | 3017d556fd5fd500624d6539ef1c8ef3f6ce2a52 | |
parent | 72afca05800d9a80863e472a553d0ff98388a468 (diff) |
kexec-tools: mipsel: Remove unused arch_options global variable
Signed-off-by: Simon Horman <horms@verge.net.au>
-rw-r--r-- | kexec/arch/mipsel/kexec-mipsel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/mipsel/kexec-mipsel.c b/kexec/arch/mipsel/kexec-mipsel.c index 1ac38cf..3aca5bd 100644 --- a/kexec/arch/mipsel/kexec-mipsel.c +++ b/kexec/arch/mipsel/kexec-mipsel.c @@ -100,9 +100,6 @@ void arch_usage(void) { } -static struct { -} arch_options = { -}; int arch_process_options(int argc, char **argv) { static const struct option options[] = { |