* [PATCH] gpio: ath79: add MODULE_LICENSE
@ 2017-12-01 1:44 Daniel Axtens
2017-12-02 15:46 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Axtens @ 2017-12-01 1:44 UTC (permalink / raw)
To: albeu, linus.walleij, linux-gpio; +Cc: trivial, Daniel Axtens
This fixes the following warning on an allmodconf build:
WARNING: modpost: missing MODULE_LICENSE() in drivers/gpio/gpio-ath79.o
Signed-off-by: Daniel Axtens <dja@axtens.net>
---
drivers/gpio/gpio-ath79.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpio/gpio-ath79.c b/drivers/gpio/gpio-ath79.c
index 5fad89dfab7e..f97c32b873b9 100644
--- a/drivers/gpio/gpio-ath79.c
+++ b/drivers/gpio/gpio-ath79.c
@@ -324,3 +324,5 @@ static struct platform_driver ath79_gpio_driver = {
};
module_platform_driver(ath79_gpio_driver);
+
+MODULE_LICENSE("GPL v2");
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gpio: ath79: add MODULE_LICENSE
2017-12-01 1:44 [PATCH] gpio: ath79: add MODULE_LICENSE Daniel Axtens
@ 2017-12-02 15:46 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2017-12-02 15:46 UTC (permalink / raw)
To: Daniel Axtens; +Cc: Alban Bedel, linux-gpio, Jiri Kosina
On Fri, Dec 1, 2017 at 2:44 AM, Daniel Axtens <dja@axtens.net> wrote:
> This fixes the following warning on an allmodconf build:
> WARNING: modpost: missing MODULE_LICENSE() in drivers/gpio/gpio-ath79.o
>
> Signed-off-by: Daniel Axtens <dja@axtens.net>
I already got some other patch for this but thanks anyway!
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-02 15:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 1:44 [PATCH] gpio: ath79: add MODULE_LICENSE Daniel Axtens
2017-12-02 15:46 ` 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).