mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver
@ 2013-07-29  3:40 Robin Gong
  2013-07-29  5:01 ` Mark Brown
  2013-07-29 17:21 ` Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Robin Gong @ 2013-07-29  3:40 UTC (permalink / raw)
  To: lgirdwood, broonie; +Cc: linux-kernel, rdunlap

Fix building error on x86_64 and i386:
WARNING: modpost: missing MODULE_LICENSE() in
drivers/regulator/pfuze100-regulator.o

Signed-off-by: Robin Gong <b38343@freescale.com>
---
 drivers/regulator/pfuze100-regulator.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
index e2f9dcf..2dadc31 100644
--- a/drivers/regulator/pfuze100-regulator.c
+++ b/drivers/regulator/pfuze100-regulator.c
@@ -451,4 +451,5 @@ module_i2c_driver(pfuze_driver);
 
 MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
 MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("pfuze100-regulator");
-- 
1.7.5.4



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

* Re: [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver
  2013-07-29  3:40 [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver Robin Gong
@ 2013-07-29  5:01 ` Mark Brown
  2013-07-29 17:21 ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2013-07-29  5:01 UTC (permalink / raw)
  To: Robin Gong; +Cc: lgirdwood, linux-kernel, rdunlap

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

On Mon, Jul 29, 2013 at 11:40:11AM +0800, Robin Gong wrote:
> Fix building error on x86_64 and i386:
> WARNING: modpost: missing MODULE_LICENSE() in
> drivers/regulator/pfuze100-regulator.o

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver
  2013-07-29  3:40 [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver Robin Gong
  2013-07-29  5:01 ` Mark Brown
@ 2013-07-29 17:21 ` Randy Dunlap
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2013-07-29 17:21 UTC (permalink / raw)
  To: Robin Gong; +Cc: lgirdwood, broonie, linux-kernel

On 07/28/13 20:40, Robin Gong wrote:
> Fix building error on x86_64 and i386:
> WARNING: modpost: missing MODULE_LICENSE() in
> drivers/regulator/pfuze100-regulator.o
> 
> Signed-off-by: Robin Gong <b38343@freescale.com>

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  drivers/regulator/pfuze100-regulator.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
> index e2f9dcf..2dadc31 100644
> --- a/drivers/regulator/pfuze100-regulator.c
> +++ b/drivers/regulator/pfuze100-regulator.c
> @@ -451,4 +451,5 @@ module_i2c_driver(pfuze_driver);
>  
>  MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
>  MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
> +MODULE_LICENSE("GPL v2");
>  MODULE_ALIAS("pfuze100-regulator");
> 


-- 
~Randy

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

end of thread, other threads:[~2013-07-29 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-29  3:40 [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver Robin Gong
2013-07-29  5:01 ` Mark Brown
2013-07-29 17:21 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome