public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kconfig:lxdialog: remove duplicate code
@ 2012-12-17 14:37 Wang YanQing
  2012-12-17 18:19 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Wang YanQing @ 2012-12-17 14:37 UTC (permalink / raw)
  To: mmarek
  Cc: linux-kbuild, linux-kernel, rdunlap, bp, yann.morin.1998, sakiwit,
	lacombar, lucas.demarchi, dave, paul.gortmaker, crquan, bpoirier

dialog.h has two line the same below:
extern char dialog_input_result[];
This patch remove one of them.

Signed-off-by: Wang YanQing <udknight@gmail.com>
---
 scripts/kconfig/lxdialog/dialog.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/kconfig/lxdialog/dialog.h b/scripts/kconfig/lxdialog/dialog.h
index ee17a52..307022a 100644
--- a/scripts/kconfig/lxdialog/dialog.h
+++ b/scripts/kconfig/lxdialog/dialog.h
@@ -221,7 +221,6 @@ int dialog_menu(const char *title, const char *prompt,
 		const void *selected, int *s_scroll);
 int dialog_checklist(const char *title, const char *prompt, int height,
 		     int width, int list_height);
-extern char dialog_input_result[];
 int dialog_inputbox(const char *title, const char *prompt, int height,
 		    int width, const char *init);
 
-- 
1.7.11.1.116.g8228a23

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-12-26  0:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-17 14:37 [PATCH] kconfig:lxdialog: remove duplicate code Wang YanQing
2012-12-17 18:19 ` Yann E. MORIN
2012-12-24  4:48   ` Wang YanQing
2012-12-25 18:21     ` Yann E. MORIN
2012-12-26  0:09       ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox