From: Masahiro Yamada Date: Fri, 2 Feb 2024 15:58:01 +0000 (+0900) Subject: kconfig: remove orphan lookup_file() declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=17787468d4e73dc478738a4e6d2809d907c50c25;p=linux.git kconfig: remove orphan lookup_file() declaration There is no definition, no caller for lookup_file(). Signed-off-by: Masahiro Yamada --- diff --git a/scripts/kconfig/expr.h b/scripts/kconfig/expr.h index 4a9a23b1b7e1f..e0d8665691550 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;