projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836dc9e
)
ASoC: fsl: imx-audmux: Fix sparse warning
author
Fabio Estevam
<
[email protected]
>
Mon, 11 Feb 2013 15:39:08 +0000
(13:39 -0200)
committer
Mark Brown
<
[email protected]
>
Mon, 11 Feb 2013 16:54:30 +0000
(16:54 +0000)
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 <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/fsl/imx-audmux.c
patch
|
blob
|
history
diff --git
a/sound/soc/fsl/imx-audmux.c
b/sound/soc/fsl/imx-audmux.c
index 251f4d981e0c6e8882c6f0d9c23efad821e87e05..fab912ea7a5098e7d168eafd236792918a043727 100644
(file)
--- a/
sound/soc/fsl/imx-audmux.c
+++ b/
sound/soc/fsl/imx-audmux.c
@@
-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;