From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from koto.vergenet.net ([210.128.90.7]) by bombadil.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) id 1JUJmX-0002Xi-DX for kexec@lists.infradead.org; Wed, 27 Feb 2008 10:45:02 +0000 Message-Id: <20080227104403.032042974@vergenet.net> References: <20080227103536.406746333@vergenet.net> Date: Wed, 27 Feb 2008 19:35:42 +0900 From: Simon Horman Subject: [patch 6/7] kexec-tools: Remove unused arch_options global variable Content-Disposition: inline; filename=mips-unused-arch_options.patch List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Tomasz Chmielewski , Francesco Chiechi Cc: kexec@lists.infradead.org Signed-off-by: Simon Horman --- kexec/arch/mipsel/kexec-mipsel.c | 3 --- 1 file changed, 3 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:16:35.000000000 +0900 +++ kexec-tools-mips/kexec/arch/mipsel/kexec-mipsel.c 2008-02-27 19:16:38.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 _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec