* [PATCH] gpio: iop: add MODULE_LICENSE
@ 2017-12-01 2:10 Daniel Axtens
2017-12-02 15:47 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Axtens @ 2017-12-01 2:10 UTC (permalink / raw)
To: linus.walleij, linux-gpio; +Cc: trivial, Daniel Axtens
This fixes the following warning in an allmodconfig build:
WARNING: modpost: missing MODULE_LICENSE() in drivers/gpio/gpio-iop.o
Signed-off-by: Daniel Axtens <dja@axtens.net>
---
drivers/gpio/gpio-iop.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpio/gpio-iop.c b/drivers/gpio/gpio-iop.c
index 98c7ff2a76e7..8a19143e865b 100644
--- a/drivers/gpio/gpio-iop.c
+++ b/drivers/gpio/gpio-iop.c
@@ -58,3 +58,5 @@ static int __init iop3xx_gpio_init(void)
return platform_driver_register(&iop3xx_gpio_driver);
}
arch_initcall(iop3xx_gpio_init);
+
+MODULE_LICENSE("GPL");
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-02 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 2:10 [PATCH] gpio: iop: add MODULE_LICENSE Daniel Axtens
2017-12-02 15:47 ` 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).