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:
b424ec9
)
ASoC: au1x: fix section mismatch in psc-i2s.c
author
Manuel Lauss
<manuel.lauss@googlemail.com>
Mon, 12 Jul 2010 13:14:59 +0000
(15:14 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 13 Jul 2010 11:39:14 +0000
(12:39 +0100)
Annotate platform probe callback with __devinit instead of plain __init.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/au1x/psc-i2s.c
patch
|
blob
|
history
diff --git
a/sound/soc/au1x/psc-i2s.c
b/sound/soc/au1x/psc-i2s.c
index 737b2384f6c581309f2f9b63479f9d878ea6ec26..6083fe7799faba3b6b4737136b12d74cc428f59b 100644
(file)
--- a/
sound/soc/au1x/psc-i2s.c
+++ b/
sound/soc/au1x/psc-i2s.c
@@
-300,7
+300,7
@@
struct snd_soc_dai au1xpsc_i2s_dai = {
};
EXPORT_SYMBOL(au1xpsc_i2s_dai);
-static int __init au1xpsc_i2s_drvprobe(struct platform_device *pdev)
+static int __
dev
init au1xpsc_i2s_drvprobe(struct platform_device *pdev)
{
struct resource *r;
unsigned long sel;