From: Daniel Axtens <dja@axtens.net>
To: albeu@free.fr, linus.walleij@linaro.org, linux-gpio@vger.kernel.org
Cc: trivial@kernel.org, Daniel Axtens <dja@axtens.net>
Subject: [PATCH] gpio: ath79: add MODULE_LICENSE
Date: Fri, 1 Dec 2017 12:44:58 +1100 [thread overview]
Message-ID: <20171201014458.8809-1-dja@axtens.net> (raw)
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
next reply other threads:[~2017-12-01 1:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-01 1:44 Daniel Axtens [this message]
2017-12-02 15:46 ` [PATCH] gpio: ath79: add MODULE_LICENSE Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171201014458.8809-1-dja@axtens.net \
--to=dja@axtens.net \
--cc=albeu@free.fr \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).