]> git.baikalelectronics.ru Git - kernel.git/commit
modpost: remove get_next_text() and make {grab,release_}file static
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 1 Jun 2020 05:57:21 +0000 (14:57 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 6 Jun 2020 14:38:13 +0000 (23:38 +0900)
commit6c5f42f38b65a4fce0c93bde09fffbb78f91600a
treeb44605122fe167266896b276d7855e876e1569dc
parent26c9ca381acbf3ab1339934f900357f7a3d137da
modpost: remove get_next_text() and make {grab,release_}file static

get_next_line() is no longer used. Remove.

grab_file() and release_file() are only used in modpost.c. Make them
static.

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