]> git.baikalelectronics.ru Git - 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)
commitaad98b89497d669e56f27a71c77739f4a1ef0ed0
treecd8725af4bb78e9a96aa25b172215ed1b11ce1ca
parentf62eb760f8c092b110ea694a010b0d70c88b78c1
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