OSDN Git Service

modpost: remove redundant is_vmlinux() test
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 9 May 2018 09:50:39 +0000 (18:50 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 17 May 2018 13:44:59 +0000 (22:44 +0900)
commit074a04f572effefe410d7ee452cf3755e828c031
tree01513f13861d271a4e92b27cf30efb510e3ff84c
parentd62c476521a63053cb28d76ac50e02c2d13b1619
modpost: remove redundant is_vmlinux() test

The second test of is_vmlinux() is redundant.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/mod/modpost.c