[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANiq72=dbgyFMqCg0MPihGgdtjZAmAMu-ZpNkaTu17W1o9rYRg@mail.gmail.com>
Date: Fri, 23 Feb 2018 11:55:09 +0100
From: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To: Daniel Axtens <dja@...ens.net>
Cc: Paul Burton <paul.burton@...s.com>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] auxdisplay: img-ascii-lcd: add MODULE_LICENSE("GPL")
Hi Daniel,
On Sun, Nov 26, 2017 at 3:53 AM, Daniel Axtens <dja@...ens.net> wrote:
> This matches the header at the top of the file and squashes:
>
> WARNING: modpost: missing MODULE_LICENSE() in drivers/auxdisplay/img-ascii-lcd.o
> see include/linux/module.h for more information
>
> Signed-off-by: Daniel Axtens <dja@...ens.net>
> ---
> drivers/auxdisplay/img-ascii-lcd.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/auxdisplay/img-ascii-lcd.c b/drivers/auxdisplay/img-ascii-lcd.c
> index db040b378224..7315ffa79537 100644
> --- a/drivers/auxdisplay/img-ascii-lcd.c
> +++ b/drivers/auxdisplay/img-ascii-lcd.c
> @@ -441,3 +441,5 @@ static struct platform_driver img_ascii_lcd_driver = {
> .remove = img_ascii_lcd_remove,
> };
> module_platform_driver(img_ascii_lcd_driver);
> +
> +MODULE_LICENSE("GPL");
This was submitted just a few days before yours, and now it is in at
09c479f7f1fbfaf848e5813996793966cd50be81
("auxdisplay: img-ascii-lcd: add missing
MODULE_DESCRIPTION/AUTHOR/LICENSE").
In any case, thanks for the patch! :-)
Cheers,
Miguel
> --
> 2.11.0
>
Powered by blists - more mailing lists