Skip to content

Commit

Permalink
kconfig: remove pending prototypes for kconfig_load()
Browse files Browse the repository at this point in the history
Commit 5a6f8d2 removed `kconfig_load()',
however, it missed an hidden prototypes in `lkc.h'. Fix this.

Signed-off-by: Arnaud Lacombe <[email protected]>
  • Loading branch information
lacombar committed Jul 2, 2011
1 parent 3254399 commit 131c60a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/kconfig/lkc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, ...);
Expand Down

0 comments on commit 131c60a

Please sign in to comment.