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:
fdfc4f3
)
ASoC: cs42l52: Staticise non-exported symbols
author
Mark Brown
<
[email protected]
>
Wed, 9 May 2012 21:14:41 +0000
(22:14 +0100)
committer
Mark Brown
<
[email protected]
>
Wed, 9 May 2012 21:56:30 +0000
(22:56 +0100)
Makes sparse happy and avoids polluting the global namespace.
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Brian Austin <
[email protected]
>
sound/soc/codecs/cs42l52.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/cs42l52.c
b/sound/soc/codecs/cs42l52.c
index 703060daeac4f187f3d83fac59fa9e4bd575aaf7..a7109413aef17b09efda5acc36b3885a075ddae2 100644
(file)
--- a/
sound/soc/codecs/cs42l52.c
+++ b/
sound/soc/codecs/cs42l52.c
@@
-919,7
+919,7
@@
static struct snd_soc_dai_ops cs42l52_ops = {
.set_sysclk = cs42l52_set_sysclk,
};
-struct snd_soc_dai_driver cs42l52_dai = {
+st
atic st
ruct snd_soc_dai_driver cs42l52_dai = {
.name = "cs42l52",
.playback = {
.stream_name = "Playback",
@@
-1163,7
+1163,7
@@
static int cs42l52_remove(struct snd_soc_codec *codec)
return 0;
}
-struct snd_soc_codec_driver soc_codec_dev_cs42l52 = {
+st
atic st
ruct snd_soc_codec_driver soc_codec_dev_cs42l52 = {
.probe = cs42l52_probe,
.remove = cs42l52_remove,
.suspend = cs42l52_suspend,