From df76422113b0a80198bccf1a3d2515afe00db736 Mon Sep 17 00:00:00 2001 From: Phong Tran Date: Thu, 28 May 2015 23:21:01 +0700 Subject: [PATCH] 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 --- drivers/staging/greybus/audio.c | 3 --- 1 file changed, 3 deletions(-) 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"); -- 2.39.2