projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b7cc90
)
ARM: u300: regulator: add MODULE_LICENSE()
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 16 Apr 2019 12:29:57 +0000
(14:29 +0200)
committer
Olof Johansson
<olof@lixom.net>
Mon, 29 Apr 2019 06:10:36 +0000
(23:10 -0700)
The missing license showed up as a randconfig warning now, no idea
why we never saw that earlier.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-u300/regulator.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-u300/regulator.c
b/arch/arm/mach-u300/regulator.c
index 595b574c2c50df7018f77172696fb7f0b5ef3b03..96ec72bd39283541f1a354a4ab375c73215b7193 100644
(file)
--- 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");