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:
a937536
)
ASoC: pxa2xx-ac97: move EXPORT_SYMBOL_GPL() next to definition
author
Kuninori Morimoto
<
[email protected]
>
Thu, 21 Mar 2013 10:27:59 +0000
(
03:27
-0700)
committer
Mark Brown
<
[email protected]
>
Fri, 22 Mar 2013 11:13:20 +0000
(12:13 +0100)
Signed-off-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/pxa/pxa2xx-ac97.c
patch
|
blob
|
history
diff --git
a/sound/soc/pxa/pxa2xx-ac97.c
b/sound/soc/pxa/pxa2xx-ac97.c
index 4b0a009bd68388e0355ff82841b7673d46120181..88d2cc6a0ae2dd18af3f8f705fe46469892065d8 100644
(file)
--- a/
sound/soc/pxa/pxa2xx-ac97.c
+++ b/
sound/soc/pxa/pxa2xx-ac97.c
@@
-47,6
+47,7
@@
struct snd_ac97_bus_ops soc_ac97_ops = {
.warm_reset = pxa2xx_ac97_warm_reset,
.reset = pxa2xx_ac97_cold_reset,
};
+EXPORT_SYMBOL_GPL(soc_ac97_ops);
static struct pxa2xx_pcm_dma_params pxa2xx_ac97_pcm_stereo_out = {
.name = "AC97 PCM Stereo out",
@@
-232,8
+233,6
@@
static struct snd_soc_dai_driver pxa_ac97_dai_driver[] = {
},
};
-EXPORT_SYMBOL_GPL(soc_ac97_ops);
-
static int pxa2xx_ac97_dev_probe(struct platform_device *pdev)
{
if (pdev->id != -1) {