mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Robin Gong <b38343@freescale.com>
Cc: lgirdwood@gmail.com, broonie@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver
Date: Mon, 29 Jul 2013 10:21:56 -0700	[thread overview]
Message-ID: <51F6A4B4.3020100@infradead.org> (raw)
In-Reply-To: <1375069211-32069-1-git-send-email-b38343@freescale.com>

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

      parent reply	other threads:[~2013-07-29 17:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-29  3:40 Robin Gong
2013-07-29  5:01 ` Mark Brown
2013-07-29 17:21 ` Randy Dunlap [this message]

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=51F6A4B4.3020100@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=b38343@freescale.com \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.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

Powered by JetHome