diff mbox series

ARM: u300: regulator: add MODULE_LICENSE()

Message ID 20180926132434.3071168-1-arnd@arndb.de (mailing list archive)
State New, archived
Headers show
Series ARM: u300: regulator: add MODULE_LICENSE() | expand

Commit Message

Arnd Bergmann Sept. 26, 2018, 1:24 p.m. UTC
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(+)

Comments

Linus Walleij Oct. 3, 2018, 7:55 a.m. UTC | #1
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
diff mbox series

Patch

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");