mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
greybus: audio: Remove the MODULE_LICENSE()
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bcd8215b49
commit
df76422113
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user