]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: make xfgets() really static
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 11 Jan 2018 13:39:40 +0000 (22:39 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 21 Jan 2018 15:49:30 +0000 (00:49 +0900)
commita99063431e1199485f44e5beb032e8a30e344d6f
tree764bad98a5d88c257b2cef77f1bd29751c1a852e
parent23bfe73fc903b4f0a3805759092be05245a0a4bd
kconfig: make xfgets() really static

Sparse reports:
  warning: symbol 'xfgets' was not declared. Should it be static?

It is declared as static, but it is missing in the definition part.
Move the definition up and remove the forward declaration.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/conf.c