• Masahiro Yamada's avatar
    modpost: remove mod->skip struct member · 0b19d54c
    Masahiro Yamada authored
    The meaning of 'skip' is obscure since it does not explain
    "what to skip".
    
    mod->skip is set when it is vmlinux or the module info came from
    a dump file.
    
    So, mod->skip is equivalent to (mod->is_vmlinux || mod->from_dump).
    
    For the check in write_namespace_deps_files(), mod->is_vmlinux is
    unneeded because the -d option is not passed in the first pass of
    modpost.
    Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
    0b19d54c
modpost.h 5.09 KB