* [PATCH] ALSA: ASoC: au1x: fix ac97c module build
@ 2013-07-15 12:18 Manuel Lauss
0 siblings, 0 replies; only message in thread
From: Manuel Lauss @ 2013-07-15 12:18 UTC (permalink / raw)
To: alsa-devel, alsa-devel; +Cc: Manuel Lauss
The recent conversion to module_platform_driver left a stray
ampersand in there preventing a build.
Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
---
Against 3.11-rc1
sound/soc/au1x/ac97c.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/au1x/ac97c.c b/sound/soc/au1x/ac97c.c
index d6f7694..c8a2de1 100644
--- a/sound/soc/au1x/ac97c.c
+++ b/sound/soc/au1x/ac97c.c
@@ -341,7 +341,7 @@ static struct platform_driver au1xac97c_driver = {
.remove = au1xac97c_drvremove,
};
-module_platform_driver(&au1xac97c_driver);
+module_platform_driver(au1xac97c_driver);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("Au1000/1500/1100 AC97C ASoC driver");
--
1.8.3.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-15 12:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15 12:18 [PATCH] ALSA: ASoC: au1x: fix ac97c module build Manuel Lauss
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).