OSDN Git Service

regulator: of: Make regulator_of_get_init_node static
authorYueHaibing <yuehaibing@huawei.com>
Tue, 19 Mar 2019 15:23:19 +0000 (23:23 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 20 Mar 2019 17:14:03 +0000 (17:14 +0000)
commit7a67eb1d3abefe16b491b0e9801f98a98f15a3bf
treec4dbf151709ccc8c0ffa548f2d24c646e6e1f877
parentc9e48084c88cf901ad0d99a889f2628a5622d90b
regulator: of: Make regulator_of_get_init_node static

Fix sparse warning:

drivers/regulator/of_regulator.c:374:20:
 warning: symbol 'regulator_of_get_init_node' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/of_regulator.c