diff mbox series

[v2] macintosh: Add module license to ans-lcd

Message ID 20180130142351.23511-1-Larry.Finger@lwfinger.net (mailing list archive)
State Accepted
Commit 47d703e1d55f068c737c0c9f0c18f080fb08242b
Headers show
Series [v2] macintosh: Add module license to ans-lcd | expand

Commit Message

Larry Finger Jan. 30, 2018, 2:23 p.m. UTC
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>
---
v2 - fixed typo in commit message
---
 drivers/macintosh/ans-lcd.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Ellerman March 14, 2018, 9:27 a.m. UTC | #1
On Tue, 2018-01-30 at 14:23:51 UTC, Larry Finger wrote:
> 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>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/47d703e1d55f068c737c0c9f0c18f0

cheers
diff mbox series

Patch

diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c
index 1de81d922d8a..c8e078b911c7 100644
--- 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");