summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300
diff options
context:
space:
mode:
authorArnd Bergmann2019-04-16 14:29:57 +0200
committerOlof Johansson2019-04-29 08:10:36 +0200
commitd697ff6d4d027576796d427dd60475a87fd77ffb (patch)
treee61f08291e646e33e9533502f9f52593c12e763a /arch/arm/mach-u300
parentARM: ep93xx: move private headers out of mach/* (diff)
downloadkernel-qcow2-linux-d697ff6d4d027576796d427dd60475a87fd77ffb.tar.gz
kernel-qcow2-linux-d697ff6d4d027576796d427dd60475a87fd77ffb.tar.xz
kernel-qcow2-linux-d697ff6d4d027576796d427dd60475a87fd77ffb.zip
ARM: u300: regulator: add MODULE_LICENSE()
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>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r--arch/arm/mach-u300/regulator.c2
1 files changed, 2 insertions, 0 deletions
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");