projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c0ed8c
)
staging: alarm-dev: Set the license to GPL
author
Pramod Gurav
<
[email protected]
>
Fri, 20 Jun 2014 08:43:59 +0000
(14:13 +0530)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 20 Jun 2014 15:28:01 +0000
(08:28 -0700)
Adding "GPL" license to fix a warning while compiling as
module.
CC: Brian Swetland <
[email protected]
>
Signed-off-by: Pramod Gurav <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/android/alarm-dev.c
patch
|
blob
|
history
diff --git
a/drivers/staging/android/alarm-dev.c
b/drivers/staging/android/alarm-dev.c
index f200e8a843258b61b529c78de973a92fa0576aeb..ff4b3e8758a72efe47cb7d6bccf83673670e86a2 100644
(file)
--- a/
drivers/staging/android/alarm-dev.c
+++ b/
drivers/staging/android/alarm-dev.c
@@
-443,4
+443,4
@@
static void __exit alarm_dev_exit(void)
module_init(alarm_dev_init);
module_exit(alarm_dev_exit);
-
+MODULE_LICENSE("GPL");