CC: Roman Zippel <[EMAIL PROTECTED]>, <[email protected]>

Replace a menu_add_prop mimicking menu_add_prompt with the latter.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to