projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
313c6cd
)
kconfig: remove orphan lookup_file() declaration
author
Masahiro Yamada
<masahiroy@kernel.org>
Fri, 2 Feb 2024 15:58:01 +0000
(
00:58
+0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Mon, 19 Feb 2024 09:20:40 +0000
(18:20 +0900)
There is no definition, no caller for lookup_file().
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/expr.h
patch
|
blob
|
history
diff --git
a/scripts/kconfig/expr.h
b/scripts/kconfig/expr.h
index 4a9a23b1b7e1f91315f17675685d11dd97c4aa4d..e0d8665691550abb270a6592a8fd428cbb9036e0 100644
(file)
--- a/
scripts/kconfig/expr.h
+++ b/
scripts/kconfig/expr.h
@@
-279,7
+279,6
@@
struct jump_key {
extern struct file *file_list;
extern struct file *current_file;
-struct file *lookup_file(const char *name);
extern struct symbol symbol_yes, symbol_no, symbol_mod;
extern struct symbol *modules_sym;