* [PATCH] macintosh: Add module license to ans-lcd
@ 2018-01-29 19:33 Larry Finger
2018-01-29 22:49 ` Gabriel Paubert
2018-01-30 5:29 ` Daniel Axtens
0 siblings, 2 replies; 4+ messages in thread
From: Larry Finger @ 2018-01-29 19:33 UTC (permalink / raw)
To: Benjamin Herrenschmidt; +Cc: linuxppc-dev, linux-kernel, Larry Finger
In kernel 4.15, the modprobe step on my PowerBook G5 started complaining that
there was no module license for ans-lcd.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---
drivers/macintosh/ans-lcd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c
index 1de81d922d8a..c8e078b911c7 100644
--- a/drivers/macintosh/ans-lcd.c
+++ b/drivers/macintosh/ans-lcd.c
@@ -201,3 +201,4 @@ anslcd_exit(void)
module_init(anslcd_init);
module_exit(anslcd_exit);
+MODULE_LICENSE("GPL v2");
--
2.16.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] macintosh: Add module license to ans-lcd
2018-01-29 19:33 [PATCH] macintosh: Add module license to ans-lcd Larry Finger
@ 2018-01-29 22:49 ` Gabriel Paubert
2018-01-30 1:03 ` Larry Finger
2018-01-30 5:29 ` Daniel Axtens
1 sibling, 1 reply; 4+ messages in thread
From: Gabriel Paubert @ 2018-01-29 22:49 UTC (permalink / raw)
To: Larry Finger; +Cc: Benjamin Herrenschmidt, linuxppc-dev, linux-kernel
On Mon, Jan 29, 2018 at 01:33:08PM -0600, Larry Finger wrote:
> In kernel 4.15, the modprobe step on my PowerBook G5 started complaining that
PowerBook G5? Really, could you send a pic! :-)
> there was no module license for ans-lcd.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
> drivers/macintosh/ans-lcd.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c
> index 1de81d922d8a..c8e078b911c7 100644
> --- a/drivers/macintosh/ans-lcd.c
> +++ b/drivers/macintosh/ans-lcd.c
> @@ -201,3 +201,4 @@ anslcd_exit(void)
>
> module_init(anslcd_init);
> module_exit(anslcd_exit);
> +MODULE_LICENSE("GPL v2");
> --
> 2.16.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] macintosh: Add module license to ans-lcd
2018-01-29 22:49 ` Gabriel Paubert
@ 2018-01-30 1:03 ` Larry Finger
0 siblings, 0 replies; 4+ messages in thread
From: Larry Finger @ 2018-01-30 1:03 UTC (permalink / raw)
To: Gabriel Paubert; +Cc: Benjamin Herrenschmidt, linuxppc-dev, linux-kernel
On 01/29/2018 04:49 PM, Gabriel Paubert wrote:
> On Mon, Jan 29, 2018 at 01:33:08PM -0600, Larry Finger wrote:
>> In kernel 4.15, the modprobe step on my PowerBook G5 started complaining that
>
> PowerBook G5? Really, could you send a pic! :-)
That was a typo. It is a G4 Aluminum.
Larry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] macintosh: Add module license to ans-lcd
2018-01-29 19:33 [PATCH] macintosh: Add module license to ans-lcd Larry Finger
2018-01-29 22:49 ` Gabriel Paubert
@ 2018-01-30 5:29 ` Daniel Axtens
1 sibling, 0 replies; 4+ messages in thread
From: Daniel Axtens @ 2018-01-30 5:29 UTC (permalink / raw)
To: Larry Finger, Benjamin Herrenschmidt
Cc: linuxppc-dev, linux-kernel, Larry Finger
Hi,
That matches the SPDX identifier from the top of the file, so:
Reviewed-by: Daniel Axtens <dja@axtens.net>
Regards,
Daniel
Larry Finger <Larry.Finger@lwfinger.net> writes:
> In kernel 4.15, the modprobe step on my PowerBook G5 started complaining that
> there was no module license for ans-lcd.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> ---
> drivers/macintosh/ans-lcd.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/macintosh/ans-lcd.c b/drivers/macintosh/ans-lcd.c
> index 1de81d922d8a..c8e078b911c7 100644
> --- a/drivers/macintosh/ans-lcd.c
> +++ b/drivers/macintosh/ans-lcd.c
> @@ -201,3 +201,4 @@ anslcd_exit(void)
>
> module_init(anslcd_init);
> module_exit(anslcd_exit);
> +MODULE_LICENSE("GPL v2");
> --
> 2.16.1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-01-30 5:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-29 19:33 [PATCH] macintosh: Add module license to ans-lcd Larry Finger
2018-01-29 22:49 ` Gabriel Paubert
2018-01-30 1:03 ` Larry Finger
2018-01-30 5:29 ` Daniel Axtens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox