]> git.baikalelectronics.ru Git - kernel.git/commit
kconfig: rename file_write_dep and move it to confdata.c
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 20 Jul 2018 07:46:26 +0000 (16:46 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 25 Jul 2018 14:25:28 +0000 (23:25 +0900)
commit55d0f6acb33c6a09ec174ea5e34304d9f1c27673
tree16b254a3361baa567921950e51810018a91b0ac5
parentd7d156e5ebc5472eb30aa4f2454c098701f59117
kconfig: rename file_write_dep and move it to confdata.c

file_write_dep() is called only from conf_write_autoconf().
Move it from util.c to confdata.c to make it static.
Also, rename it to conf_write_dep() since it should belong to
the group of conf_write* functions.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
scripts/kconfig/confdata.c
scripts/kconfig/lkc.h
scripts/kconfig/util.c