dect
/
linux-2.6
Archived
13
0
Fork 0

ASoC: mxs-saif: Add MODULE_ALIAS

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>
This commit is contained in:
Fabio Estevam 2012-10-31 01:20:05 -02:00 committed by Mark Brown
parent 8f0d8163b5
commit 9f4c3f1cde
1 changed files with 1 additions and 0 deletions

View File

@ -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");