kconfig: use yylineno option instead of manual lineno increments
[carl9170fw.git] / config / lkc.h
index 2d5ec2d0e95293c8293adacb229dc2ecb5e6f170..f4394af6e4b81c8d0c0f18acf6eb97852e79cc72 100644 (file)
@@ -68,6 +68,7 @@ struct kconf_id {
        enum symbol_type stype;
 };
 
+extern int yylineno;
 void zconfdump(FILE *out);
 void zconf_starthelp(void);
 FILE *zconf_fopen(const char *name);