regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()
authorAxel Lin <axel.lin@ingics.com>
Mon, 28 Jan 2013 14:17:46 +0000 (22:17 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 28 Jan 2013 16:44:17 +0000 (00:44 +0800)
commita451405fcdf4048aa46c80ede25b36eba27ba3ec
tree96c51b02085e122d5610c998463b7f53d119bdd9
parent655efa0ff202484ac1ec43156b98373b53a77eb3
regulator: gpio-regulator: Staticize of_get_gpio_regulator_config()

of_get_gpio_regulator_config() is only used in gpio-regulator.c, make it static.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/gpio-regulator.c