linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: u300: regulator: add MODULE_LICENSE()
@ 2018-09-26 13:24 Arnd Bergmann
  2018-10-03  7:55 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2018-09-26 13:24 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Arnd Bergmann, linux-arm-kernel, linux-kernel

The missing license showed up as a randconfig warning now, no idea
why we never saw that earlier.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
 arch/arm/mach-u300/regulator.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-u300/regulator.c b/arch/arm/mach-u300/regulator.c
index 595b574c2c50..96ec72bd3928 100644
--- a/arch/arm/mach-u300/regulator.c
+++ b/arch/arm/mach-u300/regulator.c
@@ -130,3 +130,5 @@ static int __init u300_init_boardpower(void)
 }
 
 device_initcall(u300_init_boardpower);
+MODULE_LICENSE("GPL v2");
+MODULE_AUTHOR("Linus Walleij");
-- 
2.18.0


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

* Re: [PATCH] ARM: u300: regulator: add MODULE_LICENSE()
  2018-09-26 13:24 [PATCH] ARM: u300: regulator: add MODULE_LICENSE() Arnd Bergmann
@ 2018-10-03  7:55 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2018-10-03  7:55 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: Linux ARM, linux-kernel

On Wed, Sep 26, 2018 at 3:24 PM Arnd Bergmann <arnd@arndb.de> wrote:

> The missing license showed up as a randconfig warning now, no idea
> why we never saw that earlier.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Will you take this into ARM SoC directly (I have no other U300
changes this merge window), or shall I queue it and send
a pull request to ARM SoC?

Yours,
Linus Walleij

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

end of thread, other threads:[~2018-10-03  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26 13:24 [PATCH] ARM: u300: regulator: add MODULE_LICENSE() Arnd Bergmann
2018-10-03  7:55 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).