projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcd8215
)
greybus: audio: Remove the MODULE_LICENSE()
author
Phong Tran
<tranmanphong@gmail.com>
Thu, 28 May 2015 16:21:01 +0000
(23:21 +0700)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Thu, 28 May 2015 21:38:38 +0000
(14:38 -0700)
This is not a kernel module. It should not use
the module license macro.
Signed-off-by: Phong Tran <tranmanphong@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/audio.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/greybus/audio.c
b/drivers/staging/greybus/audio.c
index 57c738b1293f1ef92901c15debc68616c37c0df8..a077c2bbaad67390f2f0e43afa2614b274e0ec73 100644
(file)
--- a/
drivers/staging/greybus/audio.c
+++ b/
drivers/staging/greybus/audio.c
@@
-470,6
+470,3
@@
void gb_audio_protocol_exit(void)
gb_protocol_deregister(&gb_i2s_receiver_protocol);
gb_protocol_deregister(&gb_i2s_mgmt_protocol);
}
-
-
-MODULE_LICENSE("GPL");