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 [email protected]
http://www.canb.auug.org.au/~sfr/
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!
Signed-off-by: Alberto Panizzo <[email protected]>
---
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 <[email protected]>");
MODULE_DESCRIPTION("EPSON L4F00242T03 LCD");
+MODULE_LICENSE("GPL v2");
--
1.6.3.3
Signed-off-by: Alberto Panizzo <[email protected]>
---
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 <[email protected]>");
MODULE_DESCRIPTION("EPSON L4F00242T03 LCD");
+MODULE_LICENSE("GPL v2");
--
1.6.3.3
Signed-off-by: Alberto Panizzo <[email protected]>
---
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 <[email protected]>");
MODULE_DESCRIPTION("EPSON L4F00242T03 LCD");
+MODULE_LICENSE("GPL v2");
--
1.6.3.3
On Thu, 2010-02-11 at 17:07 +0100, Alberto Panizzo wrote:
> Signed-off-by: Alberto Panizzo <[email protected]>
> ---
>
> 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
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 <[email protected]>
> > ---
> >
> > 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!