linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] pinctrl: pinctrl-v5.5-1: Fix build warning
@ 2019-11-28  8:08 Rahul Tanwar
  2019-11-28  8:08 ` [PATCH 1/1] pinctrl: Fix warning by adding missing MODULE_LICENSE Rahul Tanwar
  0 siblings, 1 reply; 3+ messages in thread
From: Rahul Tanwar @ 2019-11-28  8:08 UTC (permalink / raw)
  To: linus.walleij
  Cc: torvalds, sfr, andriy.shevchenko, linux-kernel, linux-gpio,
	linux-next, Rahul Tanwar

Hi Linus Walleij,

This patch fixes a build time warning seen with my below commit
1948d5c51dba ("pinctrl: Add pinmux & GPIO controller driver for a new SoC")
after "Bulk pin control changes for v5.5" were pulled in.

Request to please push this patch to Linus.

Patch is based on 'pinctrl-v5.5-1' tag of linux-pinctrl.git tree.

Rahul Tanwar (1):
  pinctrl: Fix warning by adding missing MODULE_LICENSE

 drivers/pinctrl/pinctrl-equilibrium.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] pinctrl: Fix warning by adding missing MODULE_LICENSE
  2019-11-28  8:08 [PATCH 0/1] pinctrl: pinctrl-v5.5-1: Fix build warning Rahul Tanwar
@ 2019-11-28  8:08 ` Rahul Tanwar
  2019-11-28  8:16   ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Rahul Tanwar @ 2019-11-28  8:08 UTC (permalink / raw)
  To: linus.walleij
  Cc: torvalds, sfr, andriy.shevchenko, linux-kernel, linux-gpio,
	linux-next, Rahul Tanwar

Fix below build warning

   WARNING: modpost: missing MODULE_LICENSE() in
   drivers/pinctrl/pinctrl-equilibrium.o

Introduced by commit

   1948d5c51dba ("pinctrl: Add pinmux & GPIO controller driver for a new SoC")

by adding missing MODULE_LICENSE.

Signed-off-by: Rahul Tanwar <rahul.tanwar@linux.intel.com>
---
 drivers/pinctrl/pinctrl-equilibrium.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinctrl-equilibrium.c b/drivers/pinctrl/pinctrl-equilibrium.c
index 36c9072c5ece..067271b7d35a 100644
--- a/drivers/pinctrl/pinctrl-equilibrium.c
+++ b/drivers/pinctrl/pinctrl-equilibrium.c
@@ -942,3 +942,4 @@ module_platform_driver(eqbr_pinctrl_driver);
 
 MODULE_AUTHOR("Zhu Yixin <yixin.zhu@intel.com>, Rahul Tanwar <rahul.tanwar@intel.com>");
 MODULE_DESCRIPTION("Pinctrl Driver for LGM SoC (Equilibrium)");
+MODULE_LICENSE("GPL v2");
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] pinctrl: Fix warning by adding missing MODULE_LICENSE
  2019-11-28  8:08 ` [PATCH 1/1] pinctrl: Fix warning by adding missing MODULE_LICENSE Rahul Tanwar
@ 2019-11-28  8:16   ` Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2019-11-28  8:16 UTC (permalink / raw)
  To: Rahul Tanwar
  Cc: Linus Torvalds, Stephen Rothwell, Andriy Shevchenko,
	linux-kernel, open list:GPIO SUBSYSTEM, Linux-Next Mailing List

On Thu, Nov 28, 2019 at 9:08 AM Rahul Tanwar
<rahul.tanwar@linux.intel.com> wrote:

> Fix below build warning
>
>    WARNING: modpost: missing MODULE_LICENSE() in
>    drivers/pinctrl/pinctrl-equilibrium.o
>
> Introduced by commit
>
>    1948d5c51dba ("pinctrl: Add pinmux & GPIO controller driver for a new SoC")
>
> by adding missing MODULE_LICENSE.
>
> Signed-off-by: Rahul Tanwar <rahul.tanwar@linux.intel.com>

Patch applied, I will send by express to Torvalds once the build
servers are happy :)

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-28  8:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-28  8:08 [PATCH 0/1] pinctrl: pinctrl-v5.5-1: Fix build warning Rahul Tanwar
2019-11-28  8:08 ` [PATCH 1/1] pinctrl: Fix warning by adding missing MODULE_LICENSE Rahul Tanwar
2019-11-28  8:16   ` 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).