diff options
author | Baoyou Xie <baoyou.xie@linaro.org> | 2016-08-31 12:30:31 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-01 22:54:29 +0300 |
commit | ea2f7321a9029194a31ff9f798a8276d45747bcd (patch) | |
tree | 7bbb5c14f080db714e5bbfaea8b48bf66f00b9de /arch/mips/mm/init.c | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-ea2f7321a9029194a31ff9f798a8276d45747bcd.tar.xz |
regulator: hi6421: mark hi6421_regulator_ldo_get_optimum_mode() static
We get 1 warning when building kernel with W=1:
drivers/regulator/hi6421-regulator.c:480:14: warning: no previous prototype for
'hi6421_regulator_ldo_get_optimum_mode' [-Wmissing-prototypes]
In fact, this function is only used in the file in which it is
declared and don't need a declaration, but can be made static.
So this patch marks it 'static'.
Signed-off-by: Baoyou Xie <baoyou.xie@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch/mips/mm/init.c')
0 files changed, 0 insertions, 0 deletions