]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:57:15 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 6 Jun 2020 14:38:12 +0000 (23:38 +0900)
commitf693153519607449d3e270d9e6af20b032543c05
treecd8725af4bb78e9a96aa25b172215ed1b11ce1ca
parent48a0f72797bdc6b428f951aff265f5aecc2bda49
modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()

As far as I understood, this code gets rid of '$Revision$' or '$Revision:'
of CVS, RCS or whatever in MODULE_VERSION() tags.

Remove the primeval code.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c
scripts/mod/modpost.h
scripts/mod/sumversion.c