summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-12-05 11:46:41 +0100
committerLee Jones <lee.jones@linaro.org>2012-01-05 10:04:02 +0000
commit99d042d3caa4c503d27d4e4281dc3ca0880bb015 (patch)
tree3019cc2e89d9adef3d6e8da5da4971d6c410bae7
parente2815643c1e20c85794c95a99e7df51636c42ed0 (diff)
sound: ab8500: Fix bad enum declaration
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
-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,