projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3254399
)
kconfig: remove pending prototypes for kconfig_load()
author
Arnaud Lacombe
<lacombar@gmail.com>
Sat, 2 Jul 2011 04:25:49 +0000
(
00:25
-0400)
committer
Arnaud Lacombe
<lacombar@gmail.com>
Sat, 2 Jul 2011 05:04:39 +0000
(
01:04
-0400)
Commit
5a6f8d2bd9e3392569ed6f29ea4d7210652f929b
removed `kconfig_load()',
however, it missed an hidden prototypes in `lkc.h'. Fix this.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
scripts/kconfig/lkc.h
patch
|
blob
|
history
diff --git
a/scripts/kconfig/lkc.h
b/scripts/kconfig/lkc.h
index 625ec69ebeee3ef05222bc7fe15fb75cbf7a1882..60ffe8cc83f14a6df909ffc00fcf0f673662f5e2 100644
(file)
--- 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)
fprintf(stderr, "\nError in writing or end of file.\n");
}
-/* kconfig_load.c */
-void kconfig_load(void);
-
/* menu.c */
void _menu_init(void);
void menu_warn(struct menu *menu, const char *fmt, ...);