[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20160913042044.31764-1-joel@jms.id.au>
Date: Tue, 13 Sep 2016 13:50:44 +0930
From: Joel Stanley <joel@....id.au>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: linux-kernel@...r.kernel.org, linux-gpio@...r.kernel.org,
Stephen Rothwell <sfr@...b.auug.org.au>,
Andrew Jeffery <andrew@...id.au>
Subject: [PATCH] gpio: aspeed: Fix missing licence warning in modpost
Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> After merging the gpio tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
>
> WARNING: modpost: missing MODULE_LICENSE() in drivers/gpio/gpio-aspeed.o
>
> Introduced by commit
>
> 361b79119a4b ("gpio: Add Aspeed driver")
Fix it by adding the correct licence.
Fixes: 361b79119a4b ("gpio: Add Aspeed driver")
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Joel Stanley <joel@....id.au>
---
drivers/gpio/gpio-aspeed.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpio/gpio-aspeed.c b/drivers/gpio/gpio-aspeed.c
index 64348a6fb60f..9f7266e05f0a 100644
--- a/drivers/gpio/gpio-aspeed.c
+++ b/drivers/gpio/gpio-aspeed.c
@@ -455,3 +455,4 @@ static struct platform_driver aspeed_gpio_driver = {
module_platform_driver_probe(aspeed_gpio_driver, aspeed_gpio_probe);
MODULE_DESCRIPTION("Aspeed GPIO Driver");
+MODULE_LICENSE("GPL");
--
2.9.3
Powered by blists - more mailing lists