From: Phong Tran Date: Thu, 28 May 2015 16:21:01 +0000 (+0700) Subject: greybus: audio: Remove the MODULE_LICENSE() X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1514 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=df76422113b0a80198bccf1a3d2515afe00db736;p=karo-tx-linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/audio.c b/drivers/staging/greybus/audio.c index 57c738b1293f..a077c2bbaad6 100644 --- a/drivers/staging/greybus/audio.c +++ b/drivers/staging/greybus/audio.c @@ -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");