]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: dbx500: Make local symbol static
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 8 May 2013 11:05:10 +0000 (16:35 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 8 May 2013 12:42:30 +0000 (13:42 +0100)
commit3d75095a533aa3bbad652369ffde4c129781b8ec
tree3ab401719a64149178e0ddf02d9ae60139713141
parentc1be5a5b1b355d40e6cf79cc979eb66dafa24ad1
regulator: dbx500: Make local symbol static

power_state_active_get is used only in this file. Make it static.
While at it also move this function definition inside the
CONFIG_REGULATOR_DEBUG macro as it is called only from within it.
This also avoids further build warning related to unused definition.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/dbx500-prcmu.c