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)
commit75893572d45399cefbb88443d0878adae9cb0b41
treeb44605122fe167266896b276d7855e876e1569dc
parent70f30cfe5b892fcb7f98e7df72ed6ccfe3225628
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