Skip to content

Commit

Permalink
pinctrl: Fix warning by adding missing MODULE_LICENSE
Browse files Browse the repository at this point in the history
Fix below build warning

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

Introduced by commit

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

by adding missing MODULE_LICENSE.

Signed-off-by: Rahul Tanwar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
Rahul Tanwar authored and linusw committed Nov 28, 2019
1 parent a6ed68d commit 6d29032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pinctrl/pinctrl-equilibrium.c
Original file line number Diff line number Diff line change
Expand Up @@ -942,3 +942,4 @@ module_platform_driver(eqbr_pinctrl_driver);

MODULE_AUTHOR("Zhu Yixin <[email protected]>, Rahul Tanwar <[email protected]>");
MODULE_DESCRIPTION("Pinctrl Driver for LGM SoC (Equilibrium)");
MODULE_LICENSE("GPL v2");

0 comments on commit 6d29032

Please sign in to comment.