git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ASoC: ux500: add MODULE_LICENSE tag
[muen/linux.git]
/
sound
/
soc
/
ux500
/
mop500.c
diff --git
a/sound/soc/ux500/mop500.c
b/sound/soc/ux500/mop500.c
index 070a6880980e89f5dc60d443b9fd5682715d7226..c60a57797640e83ac692ac72b53f42e64de2aeef 100644
(file)
--- a/
sound/soc/ux500/mop500.c
+++ b/
sound/soc/ux500/mop500.c
@@
-163,3
+163,7
@@
static struct platform_driver snd_soc_mop500_driver = {
};
module_platform_driver(snd_soc_mop500_driver);
+
+MODULE_LICENSE("GPL v2");
+MODULE_DESCRIPTION("ASoC MOP500 board driver");
+MODULE_AUTHOR("Ola Lilja");