Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kconfig: remove orphan lookup_file() declaration

There is no definition, no caller for lookup_file().

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

-1
-1
scripts/kconfig/expr.h
··· 279 279 280 280 extern struct file *file_list; 281 281 extern struct file *current_file; 282 - struct file *lookup_file(const char *name); 283 282 284 283 extern struct symbol symbol_yes, symbol_no, symbol_mod; 285 284 extern struct symbol *modules_sym;