From a6038fed3d7ba9433ce63636dfdad83801b1c9d7 Mon Sep 17 00:00:00 2001 From: Philippe Langlais Date: Mon, 5 Dec 2011 11:46:41 +0100 Subject: sound: ab8500: Fix bad enum declaration Signed-off-by: Philippe Langlais --- sound/soc/ux500/ux500_ab8500.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') 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, -- cgit v1.2.3