From: Larry Finger Date: Tue, 30 Jan 2018 14:23:51 +0000 (-0600) Subject: macintosh: Add module license to ans-lcd X-Git-Tag: v4.17-rc1~86^2~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47d703e1d55f068c737c0c9f0c18f080fb08242b;p=thirdparty%2Fkernel%2Flinux.git macintosh: Add module license to ans-lcd 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 Signed-off-by: Michael Ellerman --- diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c index 1de81d922d8ac..c8e078b911c74 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");