diff options
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index febf0c94d558..f34a0a9b50f1 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -68,9 +68,7 @@ struct kconf_id { | |||
68 | enum symbol_type stype; | 68 | enum symbol_type stype; |
69 | }; | 69 | }; |
70 | 70 | ||
71 | #ifdef YYDEBUG | ||
72 | extern int zconfdebug; | 71 | extern int zconfdebug; |
73 | #endif | ||
74 | 72 | ||
75 | int zconfparse(void); | 73 | int zconfparse(void); |
76 | void zconfdump(FILE *out); | 74 | void zconfdump(FILE *out); |