Linux IIO development
 help / color / mirror / Atom feed
From: Daniel Axtens <dja@axtens.net>
To: Jonathan Cameron <jic23@kernel.org>
Cc: linux-iio@vger.kernel.org, trivial@kernel.org
Subject: Re: [PATCH] iio: accel: kxsd9: add MODULE_LICENSE
Date: Sat, 02 Dec 2017 23:59:54 +1100	[thread overview]
Message-ID: <87shctffp1.fsf@linkitivity.dja.id.au> (raw)
In-Reply-To: <20171202115840.7593e943@archlinux>

Hi Jonathan,

> On Fri,  1 Dec 2017 13:21:31 +1100
> Daniel Axtens <dja@axtens.net> wrote:
>
>> This fixes the following warning in an allmodconfig build:
>> WARNING: modpost: missing MODULE_LICENSE() in drivers/iio/accel/kxsd9-i2c.o
>> 
>> Signed-off-by: Daniel Axtens <dja@axtens.net>
> I clearly need to be a bit sharper with sending pull requests upstream.
>
> This is patch 3 for the same issue.

My apologies for the noise then - I was running my builds on linux-next
and the patch musn't have filtered though to there yet.

Regards,
Daniel

>
> Jonathan
>> ---
>>  drivers/iio/accel/kxsd9-i2c.c | 2 ++
>>  1 file changed, 2 insertions(+)
>> 
>> diff --git a/drivers/iio/accel/kxsd9-i2c.c b/drivers/iio/accel/kxsd9-i2c.c
>> index 98fbb628d5bd..5e14262248b8 100644
>> --- a/drivers/iio/accel/kxsd9-i2c.c
>> +++ b/drivers/iio/accel/kxsd9-i2c.c
>> @@ -63,3 +63,5 @@ static struct i2c_driver kxsd9_i2c_driver = {
>>  	.id_table	= kxsd9_i2c_id,
>>  };
>>  module_i2c_driver(kxsd9_i2c_driver);
>> +
>> +MODULE_LICENSE("GPL v2");

      reply	other threads:[~2017-12-02 12:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01  2:21 [PATCH] iio: accel: kxsd9: add MODULE_LICENSE Daniel Axtens
2017-12-02 11:58 ` Jonathan Cameron
2017-12-02 12:59   ` Daniel Axtens [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=87shctffp1.fsf@linkitivity.dja.id.au \
    --to=dja@axtens.net \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=trivial@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