macintosh: Add module license to ans-lcd
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 30 Jan 2018 14:23:51 +0000 (08:23 -0600)
committerMichael 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

index 1de81d9..c8e078b 100644 (file)
@@ -201,3 +201,4 @@ anslcd_exit(void)
 
 module_init(anslcd_init);
 module_exit(anslcd_exit);
+MODULE_LICENSE("GPL v2");