linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: backlight tree build warning
@ 2010-01-19  4:08 Stephen Rothwell
  2010-01-19  8:29 ` Alberto Panizzo
  0 siblings, 1 reply; 7+ messages in thread
From: Stephen Rothwell @ 2010-01-19  4:08 UTC (permalink / raw)
  To: Richard Purdie; +Cc: linux-next, linux-kernel, Alberto Panizzo

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

Hi Richard,

Today's linux-next build (x86_64 allmodconfig) produced this warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/video/backlight/l4f00242t03.o

Introduced by commit 1bb615b563230e690b332dae4fda0067c2f88bbc
("backlight: Add Epson L4F00242T03 LCD driver").

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

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

* Re: linux-next: backlight tree build warning
  2010-01-19  4:08 linux-next: backlight tree build warning Stephen Rothwell
@ 2010-01-19  8:29 ` Alberto Panizzo
  2010-01-19  8:30   ` [PATCH] backlight: l4f00242t03: Fix module licence absence Alberto Panizzo
  0 siblings, 1 reply; 7+ messages in thread
From: Alberto Panizzo @ 2010-01-19  8:29 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Richard Purdie, linux-next, linux-kernel

On mar, 2010-01-19 at 15:08 +1100, Stephen Rothwell wrote:
> Hi Richard,
> 
> Today's linux-next build (x86_64 allmodconfig) produced this warning:
> 
> WARNING: modpost: missing MODULE_LICENSE() in drivers/video/backlight/l4f00242t03.o
> 
> Introduced by commit 1bb615b563230e690b332dae4fda0067c2f88bbc
> ("backlight: Add Epson L4F00242T03 LCD driver").
> 

Mm I don't know what it goes wrong but metadata of that patch indicate
to create the file l4f00242t03.c with one line less (the module licence).
Sorry me, surely is my fault.

Fixing patch in response..

Alberto!


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

* [PATCH] backlight: l4f00242t03: Fix module licence absence.
  2010-01-19  8:29 ` Alberto Panizzo
@ 2010-01-19  8:30   ` Alberto Panizzo
  2010-01-27 11:10     ` Alberto Panizzo
  0 siblings, 1 reply; 7+ messages in thread
From: Alberto Panizzo @ 2010-01-19  8:30 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Richard Purdie, linux-next, linux-kernel



Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
---
 drivers/video/backlight/l4f00242t03.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c
index 42d061e..74abd69 100644
--- a/drivers/video/backlight/l4f00242t03.c
+++ b/drivers/video/backlight/l4f00242t03.c
@@ -254,3 +254,4 @@ module_exit(l4f00242t03_exit);
 
 MODULE_AUTHOR("Alberto Panizzo <maramaopercheseimorto@gmail.com>");
 MODULE_DESCRIPTION("EPSON L4F00242T03 LCD");
+MODULE_LICENSE("GPL v2");
-- 
1.6.3.3




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

* Re: [PATCH] backlight: l4f00242t03: Fix module licence absence.
  2010-01-19  8:30   ` [PATCH] backlight: l4f00242t03: Fix module licence absence Alberto Panizzo
@ 2010-01-27 11:10     ` Alberto Panizzo
  2010-02-11 16:07       ` Alberto Panizzo
  0 siblings, 1 reply; 7+ messages in thread
From: Alberto Panizzo @ 2010-01-27 11:10 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Stephen Rothwell, linux-next, linux-kernel


Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
---

Richard, can you pick this for "for-mm" branch of backlight tree?
in previous mail I explain my mistake..
Thanks.


 drivers/video/backlight/l4f00242t03.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c
index 42d061e..74abd69 100644
--- a/drivers/video/backlight/l4f00242t03.c
+++ b/drivers/video/backlight/l4f00242t03.c
@@ -254,3 +254,4 @@ module_exit(l4f00242t03_exit);
 
 MODULE_AUTHOR("Alberto Panizzo <maramaopercheseimorto@gmail.com>");
 MODULE_DESCRIPTION("EPSON L4F00242T03 LCD");
+MODULE_LICENSE("GPL v2");
-- 
1.6.3.3



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

* Re: [PATCH] backlight: l4f00242t03: Fix module licence absence.
  2010-01-27 11:10     ` Alberto Panizzo
@ 2010-02-11 16:07       ` Alberto Panizzo
  2010-02-11 16:36         ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Alberto Panizzo @ 2010-02-11 16:07 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Stephen Rothwell, linux-next, linux-kernel

Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
---

Richard, can you pick this for "for-mm" branch of backlight tree?
in previous mail I explain my mistake..
Thanks.


 drivers/video/backlight/l4f00242t03.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c
index 42d061e..74abd69 100644
--- a/drivers/video/backlight/l4f00242t03.c
+++ b/drivers/video/backlight/l4f00242t03.c
@@ -254,3 +254,4 @@ module_exit(l4f00242t03_exit);
 
 MODULE_AUTHOR("Alberto Panizzo <maramaopercheseimorto@gmail.com>");
 MODULE_DESCRIPTION("EPSON L4F00242T03 LCD");
+MODULE_LICENSE("GPL v2");
-- 
1.6.3.3



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

* Re: [PATCH] backlight: l4f00242t03: Fix module licence absence.
  2010-02-11 16:07       ` Alberto Panizzo
@ 2010-02-11 16:36         ` Richard Purdie
  2010-02-11 17:25           ` Alberto Panizzo
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2010-02-11 16:36 UTC (permalink / raw)
  To: Alberto Panizzo; +Cc: Stephen Rothwell, linux-next, linux-kernel

On Thu, 2010-02-11 at 17:07 +0100, Alberto Panizzo wrote:
> Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
> ---
> 
> Richard, can you pick this for "for-mm" branch of backlight tree?
> in previous mail I explain my mistake..
> Thanks.

Applied, sorry about the delay.

Richard

-- 
Richard Purdie
Intel Open Source Technology Centre


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

* Re: [PATCH] backlight: l4f00242t03: Fix module licence absence.
  2010-02-11 16:36         ` Richard Purdie
@ 2010-02-11 17:25           ` Alberto Panizzo
  0 siblings, 0 replies; 7+ messages in thread
From: Alberto Panizzo @ 2010-02-11 17:25 UTC (permalink / raw)
  To: Richard Purdie; +Cc: Stephen Rothwell, linux-next, linux-kernel

On gio, 2010-02-11 at 16:36 +0000, Richard Purdie wrote:
> On Thu, 2010-02-11 at 17:07 +0100, Alberto Panizzo wrote:
> > Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
> > ---
> > 
> > Richard, can you pick this for "for-mm" branch of backlight tree?
> > in previous mail I explain my mistake..
> > Thanks.
> 
> Applied, sorry about the delay.
> 
> Richard
> 
Thank you. Greg Kroah-Hartman at the FOSDEM says:
"Be Persistent!"

Best regards!

-- 
Alberto!


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

end of thread, other threads:[~2010-02-11 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-19  4:08 linux-next: backlight tree build warning Stephen Rothwell
2010-01-19  8:29 ` Alberto Panizzo
2010-01-19  8:30   ` [PATCH] backlight: l4f00242t03: Fix module licence absence Alberto Panizzo
2010-01-27 11:10     ` Alberto Panizzo
2010-02-11 16:07       ` Alberto Panizzo
2010-02-11 16:36         ` Richard Purdie
2010-02-11 17:25           ` Alberto Panizzo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).