Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information