« Return to Thread: [patch 00/12] Intention to merge mipsel into kexec-tools-testing

[patch 08/12] kexec-tools: mipsel: Remove unused arch_options global variable

by Simon Horman :: Rate this Message:

Reply to Author | View in Thread

Signed-off-by: Simon Horman <horms@...>

---

 kexec/arch/mipsel/kexec-mipsel.c |    3 ---
 1 file changed, 3 deletions(-)

Index: kexec-tools-testing-mips/kexec/arch/mipsel/kexec-mipsel.c
===================================================================
--- kexec-tools-testing-mips.orig/kexec/arch/mipsel/kexec-mipsel.c 2008-03-05 11:27:43.000000000 +0900
+++ kexec-tools-testing-mips/kexec/arch/mipsel/kexec-mipsel.c 2008-03-05 11:27:46.000000000 +0900
@@ -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[] = {

--

--
Horms


 « Return to Thread: [patch 00/12] Intention to merge mipsel into kexec-tools-testing