diff options
author | Praveen Diwakar <[email protected]> | 2014-07-04 11:17:41 +0530 |
---|---|---|
committer | Mark Brown <[email protected]> | 2014-07-04 17:53:31 +0100 |
commit | 0a37c6efec4a2fdc2563c5a8faa472b814deee80 (patch) | |
tree | afb7df5e66e40f1a10311e0d3439406a21b4870e | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) |
ASoC: wm_adsp: Add missing MODULE_LICENSE
Since MODULE_LICENSE is missing the module load fails,
so add this for module.
Signed-off-by: Praveen Diwakar <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Reviewed-by: Charles Keepax <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 060027182dcb..2537725dd53f 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -1758,3 +1758,5 @@ int wm_adsp2_init(struct wm_adsp *adsp, bool dvfs) return 0; } EXPORT_SYMBOL_GPL(wm_adsp2_init); + +MODULE_LICENSE("GPL v2"); |