[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1403253839-30923-1-git-send-email-pramod.gurav.etc@gmail.com>
Date: Fri, 20 Jun 2014 14:13:59 +0530
From: pramod.gurav.etc@...il.com
To: linux-kernel@...r.kernel.org
Cc: Pramod Gurav <pramod.gurav.etc@...il.com>,
Greg Kroah-Hartman <greg@...ah.com>,
Brian Swetland <swetland@...gle.com>
Subject: [PATCH] staging: alarm-dev: Set the license to GPL
From: Pramod Gurav <pramod.gurav.etc@...il.com>
Adding "GPL" license to fix a warning while compiling as
module.
CC: Greg Kroah-Hartman <greg@...ah.com>
CC: Brian Swetland <swetland@...gle.com>
Signed-off-by: Pramod Gurav <pramod.gurav.etc@...il.com>
---
drivers/staging/android/alarm-dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/android/alarm-dev.c b/drivers/staging/android/alarm-dev.c
index 2fc7cdd..309aafe 100644
--- a/drivers/staging/android/alarm-dev.c
+++ b/drivers/staging/android/alarm-dev.c
@@ -442,4 +442,4 @@ static void __exit alarm_dev_exit(void)
module_init(alarm_dev_init);
module_exit(alarm_dev_exit);
-
+MODULE_LICENSE("GPL");
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists