projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
792e947
)
sh: push-switch: Correct license string.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 18 Jul 2007 09:54:09 +0000
(18:54 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 20 Jul 2007 03:18:20 +0000
(12:18 +0900)
This was accidentally set as "GPLv2", whereas the kernel expects v2
to be written "GPL v2", this caused complaints regarding the use
of the platform device APIs when built as a module.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/push-switch.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/drivers/push-switch.c
b/arch/sh/drivers/push-switch.c
index b3d20c0e021fee71a00620fb767c120697911e17..725be6de589b4e81081ea63a364229ed6bf54911 100644
(file)
--- a/
arch/sh/drivers/push-switch.c
+++ b/
arch/sh/drivers/push-switch.c
@@
-138,4
+138,4
@@
module_exit(switch_exit);
MODULE_VERSION(DRV_VERSION);
MODULE_AUTHOR("Paul Mundt");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL
v2");