mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
modpost: remove redundant is_vmlinux() test
The second test of is_vmlinux() is redundant. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
d62c476521
commit
074a04f572
@ -1971,8 +1971,7 @@ static void read_symbols(char *modname)
|
||||
handle_modversions(mod, &info, sym, symname);
|
||||
handle_moddevtable(mod, &info, sym, symname);
|
||||
}
|
||||
if (!is_vmlinux(modname) ||
|
||||
(is_vmlinux(modname) && vmlinux_section_warnings))
|
||||
if (!is_vmlinux(modname) || vmlinux_section_warnings)
|
||||
check_sec_ref(mod, modname, &info);
|
||||
|
||||
version = get_modinfo(&info, "version");
|
||||
|
Loading…
Reference in New Issue
Block a user