diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-07-20 19:16:01 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-21 23:54:46 (GMT) |
commit | f3142807fdb965a7ae1c3a8a6fd91ff92a8efa7a (patch) | |
tree | 9d00fee4e2a75148504cd72adf33e0d40d302178 /sound/soc/fsl | |
parent | 0a9eaa39db136aaf998d3aa0f7f25c331def336a (diff) | |
download | linux-f3142807fdb965a7ae1c3a8a6fd91ff92a8efa7a.tar.xz |
ASoC: fsl: fsl_ssi: Add MODULE_ALIAS
Add MODULE_ALIAS, so that auto module loading can work.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Timur Tavi <timur@tabi.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/fsl_ssi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index e12a997..11469fe 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c @@ -900,6 +900,7 @@ static struct platform_driver fsl_ssi_driver = { module_platform_driver(fsl_ssi_driver); +MODULE_ALIAS("platform:fsl-ssi-dai"); MODULE_AUTHOR("Timur Tabi <timur@freescale.com>"); MODULE_DESCRIPTION("Freescale Synchronous Serial Interface (SSI) ASoC Driver"); MODULE_LICENSE("GPL v2"); |