[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180116144521.392-1-jhogan@kernel.org>
Date: Tue, 16 Jan 2018 14:45:21 +0000
From: James Hogan <jhogan@...nel.org>
To: Miodrag Dinic <miodrag.dinic@...s.com>,
Alessandro Zummo <a.zummo@...ertech.it>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>
Cc: linux-rtc@...r.kernel.org, linux-kernel@...r.kernel.org,
James Hogan <jhogan@...nel.org>
Subject: [PATCH] rtc: goldfish: Add missing MODULE_LICENSE
Fix the following warning in MIPS allmodconfig by adding a
MODULE_LICENSE() at the end of rtc-goldfish.c, based on the file header
comment which says GNU General Public License version 2:
WARNING: modpost: missing MODULE_LICENSE() in drivers/rtc/rtc-goldfish.o
Fixes: f22d9cdcb5eb ("rtc: goldfish: Add RTC driver for Android emulator")
Signed-off-by: James Hogan <jhogan@...nel.org>
Cc: Miodrag Dinic <miodrag.dinic@...s.com>
Cc: Alessandro Zummo <a.zummo@...ertech.it>
Cc: Alexandre Belloni <alexandre.belloni@...e-electrons.com>
Cc: linux-rtc@...r.kernel.org
---
drivers/rtc/rtc-goldfish.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/rtc/rtc-goldfish.c b/drivers/rtc/rtc-goldfish.c
index d67769265185..a1c44d0c8557 100644
--- a/drivers/rtc/rtc-goldfish.c
+++ b/drivers/rtc/rtc-goldfish.c
@@ -235,3 +235,5 @@ static struct platform_driver goldfish_rtc = {
};
module_platform_driver(goldfish_rtc);
+
+MODULE_LICENSE("GPL v2");
--
2.13.6
Powered by blists - more mailing lists