]> 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)
commitfbcbe855df39002cf84b3834b4352decce523bfa
treeb44605122fe167266896b276d7855e876e1569dc
parentbdc0ba5542d268cc7641607bb6a293f19bf78cf4
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