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:
3628137
)
ASoC: Add missed MODULE_LICENSE("GPL") for imx-pcm-fiq
author
Axel Lin
<
[email protected]
>
Mon, 12 Dec 2011 08:01:15 +0000
(16:01 +0800)
committer
Mark Brown
<
[email protected]
>
Mon, 12 Dec 2011 10:10:02 +0000
(18:10 +0800)
This driver can be built as module and the file header indicates that
the driver is published under the GPL.
Thus add MODULE_LICENSE("GPL") for it.
Signed-off-by: Axel Lin <
[email protected]
>
Acked-by: Sascha Hauer <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/imx/imx-pcm-fiq.c
patch
|
blob
|
history
diff --git
a/sound/soc/imx/imx-pcm-fiq.c
b/sound/soc/imx/imx-pcm-fiq.c
index d7ea0b3541245bbf5a3f81cf0398e19db2fea57b..456b7d723d6660176acbfb82436cf2f938985bab 100644
(file)
--- a/
sound/soc/imx/imx-pcm-fiq.c
+++ b/
sound/soc/imx/imx-pcm-fiq.c
@@
-332,3
+332,5
@@
static struct platform_driver imx_pcm_driver = {
};
module_platform_driver(imx_pcm_driver);
+
+MODULE_LICENSE("GPL");