diff options
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 60ffe8cc83f1..eed22491f13f 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -76,9 +76,6 @@ void zconf_nextfile(const char *name); | |||
76 | int zconf_lineno(void); | 76 | int zconf_lineno(void); |
77 | const char *zconf_curname(void); | 77 | const char *zconf_curname(void); |
78 | 78 | ||
79 | /* conf.c */ | ||
80 | void xfgets(char *str, int size, FILE *in); | ||
81 | |||
82 | /* confdata.c */ | 79 | /* confdata.c */ |
83 | const char *conf_get_configname(void); | 80 | const char *conf_get_configname(void); |
84 | const char *conf_get_autoconfig_name(void); | 81 | const char *conf_get_autoconfig_name(void); |