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:
2852aab
)
macintosh: Add module license to ans-lcd
author
Larry Finger
<Larry.Finger@lwfinger.net>
Tue, 30 Jan 2018 14:23:51 +0000
(08:23 -0600)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 13 Mar 2018 04:10:14 +0000
(15:10 +1100)
In kernel 4.15, the modprobe step on my PowerBook G4 started complaining that
there was no module license for ans-lcd.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/macintosh/ans-lcd.c
patch
|
blob
|
history
diff --git
a/drivers/macintosh/ans-lcd.c
b/drivers/macintosh/ans-lcd.c
index 1de81d922d8ace11c08ee367f5af525aed134dcd..c8e078b911c743e048fa9588c63a042aa49ffd0c 100644
(file)
--- a/
drivers/macintosh/ans-lcd.c
+++ b/
drivers/macintosh/ans-lcd.c
@@
-201,3
+201,4
@@
anslcd_exit(void)
module_init(anslcd_init);
module_exit(anslcd_exit);
+MODULE_LICENSE("GPL v2");