aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-02-03 00:58:01 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2024-02-19 18:20:40 +0900
commit17787468d4e73dc478738a4e6d2809d907c50c25 (patch)
tree975f7fecaff6143e42a8bb669b1bae8b4682e73b /scripts
parent313c6cd3c2d538073b71f15a46c2cbcde5712f46 (diff)
downloadlinux-17787468d4e73dc478738a4e6d2809d907c50c25.tar.gz
kconfig: remove orphan lookup_file() declaration
There is no definition, no caller for lookup_file(). Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/expr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h
index 4a9a23b1b7e1f9..e0d8665691550a 100644
--- 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;