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:
8f0d816
)
ASoC: mxs-saif: Add MODULE_ALIAS
author
Fabio Estevam
<fabio.estevam@freescale.com>
Wed, 31 Oct 2012 03:20:05 +0000
(
01:20
-0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 1 Nov 2012 14:49:15 +0000
(14:49 +0000)
Add MODULE_ALIAS information.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/mxs/mxs-saif.c
patch
|
blob
|
history
diff --git
a/sound/soc/mxs/mxs-saif.c
b/sound/soc/mxs/mxs-saif.c
index aa037b292f3dc05a9b6300c3cc4890988c0c2faf..93380cc7cf9748f2ba05eb4ee1bb554bde695d68 100644
(file)
--- a/
sound/soc/mxs/mxs-saif.c
+++ b/
sound/soc/mxs/mxs-saif.c
@@
-812,3
+812,4
@@
module_platform_driver(mxs_saif_driver);
MODULE_AUTHOR("Freescale Semiconductor, Inc.");
MODULE_DESCRIPTION("MXS ASoC SAIF driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:mxs-saif");