summaryrefslogtreecommitdiff
path: root/sound/soc
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-12-05 11:46:41 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:04:59 +0200
commit0dd1a2ac39c8a84cc16148079742d4eaf6ddb3ab (patch)
treeff5bb2d5b147b8266cd6f543b980204ebd9145e4 /sound/soc
parentdff0f039dadcafcb36ccc108c76b94664b39a763 (diff)
sound: ab8500: Fix bad enum declaration
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/ux500/ux500_ab8500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ux500/ux500_ab8500.c b/sound/soc/ux500/ux500_ab8500.c
index 4516dd49fda..d45436a8a03 100644
--- a/sound/soc/ux500/ux500_ab8500.c
+++ b/sound/soc/ux500/ux500_ab8500.c
@@ -60,7 +60,7 @@ static struct clk *clk_ptr_ulpclk;
static struct clk *clk_ptr_gpio1;
/* Regulators */
-static enum regulator_idx {
+enum regulator_idx {
REGULATOR_AUDIO,
REGULATOR_DMIC,
REGULATOR_AMIC1,