diff options
author | Horms <horms@verge.net.au> | 2007-03-16 11:29:34 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2007-03-16 18:00:12 +0900 |
commit | bc1eb4e071f864de82474bade25c0273a7fecb6b (patch) | |
tree | d2621bc4e608fdc7c1aa8b5c17e8cd9576c61126 | |
parent | d10e7735d93166fbfcc3263b1f77e7fc5de0a541 (diff) |
kexec-tools: arch_options seems to be unused on sh
arch_options, declared in kexec/arch/sh/kexec-sh.c seems to be unused,
so remove it.
Signed-off-by: Simon Horman <horms@verge.net.au>
Acked-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | kexec/arch/sh/kexec-sh.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kexec/arch/sh/kexec-sh.c b/kexec/arch/sh/kexec-sh.c index 123dd18..7050ccd 100644 --- a/kexec/arch/sh/kexec-sh.c +++ b/kexec/arch/sh/kexec-sh.c @@ -67,9 +67,6 @@ void arch_usage(void) } -static struct { -} arch_options = { -}; int arch_process_options(int argc, char **argv) { static const struct option options[] = { |