소스 검색

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>
Arnaud Lacombe 14 년 전
부모
커밋
131c60a95e
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      scripts/kconfig/lkc.h

+ 0 - 3
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");
 		fprintf(stderr, "\nError in writing or end of file.\n");
 }
 }
 
 
-/* kconfig_load.c */
-void kconfig_load(void);
-
 /* menu.c */
 /* menu.c */
 void _menu_init(void);
 void _menu_init(void);
 void menu_warn(struct menu *menu, const char *fmt, ...);
 void menu_warn(struct menu *menu, const char *fmt, ...);