regulator: add missing defintion regulator_is_supported_voltage
authorPhilip Rakity <prakity@marvell.com>
Sat, 30 Jun 2012 23:05:36 +0000 (16:05 -0700)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 1 Jul 2012 18:10:19 +0000 (19:10 +0100)
This definition is missing when CONFIG_REGULATOR is not defined.
This causes compiler errors when compiling sdhci.c.  This can
be worked around by adding #ifdef CONFIG_REGULATOR .. #endif
but since other definitions are there we have defined the missing
definition

Signed-off-by: Philip Rakity <prakity@marvell.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found