projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdeecac
)
ASoC: mop500: Staticize non exported struct
author
Lars-Peter Clausen
<lars@metafoo.de>
Tue, 14 May 2013 20:19:55 +0000
(22:19 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Wed, 15 May 2013 04:52:02 +0000
(08:52 +0400)
The mop500_dai_links struct is not used outside of mop500.c, so make it static.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/ux500/mop500.c
patch
|
blob
|
history
diff --git
a/sound/soc/ux500/mop500.c
b/sound/soc/ux500/mop500.c
index 204b899c2311e6033f525a9f0c79ea9fb29ee3c1..8f5cd00a6e468622af895ed4faebeaf78d7b8f9e 100644
(file)
--- a/
sound/soc/ux500/mop500.c
+++ b/
sound/soc/ux500/mop500.c
@@
-27,7
+27,7
@@
#include "mop500_ab8500.h"
/* Define the whole MOP500 soundcard, linking platform to the codec-drivers */
-struct snd_soc_dai_link mop500_dai_links[] = {
+st
atic st
ruct snd_soc_dai_link mop500_dai_links[] = {
{
.name = "ab8500_0",
.stream_name = "ab8500_0",