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)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 10 Feb 2019 21:15:31 +0000 (22:15 +0100)
commit0a4078c88712401b4ce8fbbe964ea6a70216d597
treee088163af8779a359772d1181b52d60fb94ac4ca
parentbd31bd1f7ab0d1b9250707f07d7ee728281793ff
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>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
config/confdata.c
config/lkc.h
config/util.c