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

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
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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");