Commit df764221 authored by Phong Tran's avatar Phong Tran Committed by Greg Kroah-Hartman

greybus: audio: Remove the MODULE_LICENSE()

This is not a kernel module. It should not use
the module license macro.
Signed-off-by: default avatarPhong Tran <tranmanphong@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent bcd8215b
......@@ -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");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment