[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1517391071-29042-1-git-send-email-shannon.ml.booth@gmail.com>
Date: Wed, 31 Jan 2018 22:31:11 +1300
From: Shannon Booth <shannon.ml.booth@...il.com>
To: paul.burton@...s.com
Cc: linux-kernel@...r.kernel.org,
Shannon Booth <shannon.ml.booth@...il.com>
Subject: [PATCH] staging: auxdisplay: add missing MODULE_LICENSE()
This patch fixes the compilation warning:
WARNING: modpost: missing MODULE_LICENSE() in drivers/auxdisplay/img-ascii-lcd.o
Signed-off-by: Shannon Booth <shannon.ml.booth@...il.com>
---
drivers/auxdisplay/img-ascii-lcd.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/auxdisplay/img-ascii-lcd.c b/drivers/auxdisplay/img-ascii-lcd.c
index db040b3..9222c88 100644
--- a/drivers/auxdisplay/img-ascii-lcd.c
+++ b/drivers/auxdisplay/img-ascii-lcd.c
@@ -441,3 +441,5 @@ static struct platform_driver img_ascii_lcd_driver = {
.remove = img_ascii_lcd_remove,
};
module_platform_driver(img_ascii_lcd_driver);
+
+MODULE_LICENSE("GPL v2");
--
2.7.4
Powered by blists - more mailing lists