All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtc: goldfish: Add missing MODULE_LICENSE
@ 2018-01-16 14:45 James Hogan
  2018-02-13 20:48 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: James Hogan @ 2018-01-16 14:45 UTC (permalink / raw)
  To: Miodrag Dinic, Alessandro Zummo, Alexandre Belloni
  Cc: linux-rtc, linux-kernel, James Hogan

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@kernel.org>
Cc: Miodrag Dinic <miodrag.dinic@mips.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: linux-rtc@vger.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rtc: goldfish: Add missing MODULE_LICENSE
  2018-01-16 14:45 [PATCH] rtc: goldfish: Add missing MODULE_LICENSE James Hogan
@ 2018-02-13 20:48 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2018-02-13 20:48 UTC (permalink / raw)
  To: James Hogan; +Cc: Miodrag Dinic, Alessandro Zummo, linux-rtc, linux-kernel

On 16/01/2018 at 14:45:21 +0000, James Hogan wrote:
> 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@kernel.org>
> Cc: Miodrag Dinic <miodrag.dinic@mips.com>
> Cc: Alessandro Zummo <a.zummo@towertech.it>
> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Cc: linux-rtc@vger.kernel.org
> ---
>  drivers/rtc/rtc-goldfish.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
Applied, thanks.

-- 
Alexandre Belloni, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-13 20:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-16 14:45 [PATCH] rtc: goldfish: Add missing MODULE_LICENSE James Hogan
2018-02-13 20:48 ` Alexandre Belloni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.