diff options
author | Arnaud Lacombe <lacombar@gmail.com> | 2011-07-02 00:25:49 -0400 |
---|---|---|
committer | Arnaud Lacombe <lacombar@gmail.com> | 2011-07-02 01:04:39 -0400 |
commit | 131c60a95e15e7d32b6f10881368e1ffe7296695 (patch) | |
tree | 2905862b67b6b0cbb608df1150dc6fe5a6270cea /scripts | |
parent | 32543999f31e8e3a25325cc7c25d98db0c111118 (diff) |
kconfig: remove pending prototypes for kconfig_load()
Commit 5a6f8d2bd9e3392569ed6f29ea4d7210652f929b removed `kconfig_load()',
however, it missed an hidden prototypes in `lkc.h'. Fix this.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to 'scripts')
-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 625ec69ebeee..60ffe8cc83f1 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -94,9 +94,6 @@ static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) | |||
94 | fprintf(stderr, "\nError in writing or end of file.\n"); | 94 | fprintf(stderr, "\nError in writing or end of file.\n"); |
95 | } | 95 | } |
96 | 96 | ||
97 | /* kconfig_load.c */ | ||
98 | void kconfig_load(void); | ||
99 | |||
100 | /* menu.c */ | 97 | /* menu.c */ |
101 | void _menu_init(void); | 98 | void _menu_init(void); |
102 | void menu_warn(struct menu *menu, const char *fmt, ...); | 99 | void menu_warn(struct menu *menu, const char *fmt, ...); |