commit | 4fe23791a4052ad4c8ba79dab9ff5febc8095714 | [log] [tgz] |
---|---|---|
author | Philip Rakity <prakity@marvell.com> | Sat Jun 30 16:05:36 2012 -0700 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Jul 01 19:10:19 2012 +0100 |
tree | b262d09e4f93adbd7196aa5987f5fde1a17691b1 | |
parent | bf2516cd020dbf80ed2f1750ac1f4b0da3549c91 [diff] |
regulator: add missing defintion regulator_is_supported_voltage 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>