[patch 1/1] kconfig: trivial cleanup

From: blaisorblade
Date: Tue Mar 22 2005 - 12:59:26 EST



CC: Roman Zippel <zippel@xxxxxxxxxxxxxx>, <kbuild-devel@xxxxxxxxxxxxxxxxxxxxx>

Replace a menu_add_prop mimicking menu_add_prompt with the latter.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx>
---

linux-2.6.11-paolo/scripts/kconfig/zconf.y | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN scripts/kconfig/zconf.y~kbuild-cleanup scripts/kconfig/zconf.y
--- linux-2.6.11/scripts/kconfig/zconf.y~kbuild-cleanup 2005-03-22 17:34:36.000000000 +0100
+++ linux-2.6.11-paolo/scripts/kconfig/zconf.y 2005-03-22 17:35:14.000000000 +0100
@@ -443,7 +443,7 @@ prompt_stmt_opt:
/* empty */
| prompt if_expr
{
- menu_add_prop(P_PROMPT, $1, NULL, $2);
+ menu_add_prompt(P_PROMPT, $1, $2);
};

prompt: T_WORD
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/