OSDN Git Service

greybus: audio: Remove the MODULE_LICENSE()
authorPhong Tran <tranmanphong@gmail.com>
Thu, 28 May 2015 16:21:01 +0000 (23:21 +0700)
committerGreg 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

index 57c738b..a077c2b 100644 (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");