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:
Phong Tran 2015-05-28 23:21:01 +07:00 committed by Greg Kroah-Hartman
parent bcd8215b49
commit df76422113

View file

@ -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");