ASoC: fsl: imx-audmux: Fix sparse warning

Fix the following sparse warning:

sound/soc/fsl/imx-audmux.c:182:3: warning: symbol 'audmux_type' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
Fabio Estevam 2013-02-11 13:39:08 -02:00 committed by Mark Brown
parent 836dc9e3fb
commit a10807aef5
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ static inline void audmux_debugfs_remove(void)
}
#endif
enum imx_audmux_type {
static enum imx_audmux_type {
IMX21_AUDMUX,
IMX31_AUDMUX,
} audmux_type;