fixdep: remove unneeded code and comments about *.ver files
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 18 Feb 2020 09:58:59 +0000 (18:58 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 2 Mar 2020 12:18:19 +0000 (21:18 +0900)
commit87d660f08520ccde8569a2202ff346b376011663
treecaf6e4cadfea2b3f907721a3b4b7775bc08e1454
parenta83e4ca26af8fcf1e0d1a3fb681732e239ef5496
fixdep: remove unneeded code and comments about *.ver files

This is probably stale code. In old days (~ Linux 2.5.59), Kbuild made
genksyms generate include/linux/modules/*.ver files.

The currenct Kbuild does not generate *.ver files at all.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/basic/fixdep.c