linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] export module license and other info for Cobalt button module
@ 2008-08-13 11:56 Martin Michlmayr
  2008-08-13 14:55 ` Yoichi Yuasa
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Michlmayr @ 2008-08-13 11:56 UTC (permalink / raw)
  To: linux-input; +Cc: Yoichi Yuasa

Export the module license and other information about the Cobalt
button module in order to avoid the following warning:

| WARNING: modpost: missing MODULE_LICENSE() in drivers/input/misc/cobalt_btns.o

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>


diff --git a/drivers/input/misc/cobalt_btns.c b/drivers/input/misc/cobalt_btns.c
index 6a1f48b..2adf9cb 100644
--- a/drivers/input/misc/cobalt_btns.c
+++ b/drivers/input/misc/cobalt_btns.c
@@ -148,6 +148,9 @@ static int __devexit cobalt_buttons_remove(struct platform_device *pdev)
 	return 0;
 }
 
+MODULE_AUTHOR("Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>");
+MODULE_DESCRIPTION("Cobalt button interface driver");
+MODULE_LICENSE("GPL");
 /* work with hotplug and coldplug */
 MODULE_ALIAS("platform:Cobalt buttons");
 

-- 
Martin Michlmayr
http://www.cyrius.com/

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

* Re: [PATCH] export module license and other info for Cobalt button module
  2008-08-13 11:56 [PATCH] export module license and other info for Cobalt button module Martin Michlmayr
@ 2008-08-13 14:55 ` Yoichi Yuasa
  2008-08-18 15:07   ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Yoichi Yuasa @ 2008-08-13 14:55 UTC (permalink / raw)
  To: Martin Michlmayr; +Cc: yoichi_yuasa, linux-input

On Wed, 13 Aug 2008 14:56:18 +0300
Martin Michlmayr <tbm@cyrius.com> wrote:

> Export the module license and other information about the Cobalt
> button module in order to avoid the following warning:
> 
> | WARNING: modpost: missing MODULE_LICENSE() in drivers/input/misc/cobalt_btns.o
> 
> Signed-off-by: Martin Michlmayr <tbm@cyrius.com>

Acked-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

Yoichi

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

* Re: [PATCH] export module license and other info for Cobalt button module
  2008-08-13 14:55 ` Yoichi Yuasa
@ 2008-08-18 15:07   ` Dmitry Torokhov
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2008-08-18 15:07 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: Martin Michlmayr, linux-input

On Wed, Aug 13, 2008 at 11:55:53PM +0900, Yoichi Yuasa wrote:
> On Wed, 13 Aug 2008 14:56:18 +0300
> Martin Michlmayr <tbm@cyrius.com> wrote:
> 
> > Export the module license and other information about the Cobalt
> > button module in order to avoid the following warning:
> > 
> > | WARNING: modpost: missing MODULE_LICENSE() in drivers/input/misc/cobalt_btns.o
> > 
> > Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
> 
> Acked-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
> 

Applied, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2008-08-18 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13 11:56 [PATCH] export module license and other info for Cobalt button module Martin Michlmayr
2008-08-13 14:55 ` Yoichi Yuasa
2008-08-18 15:07   ` Dmitry Torokhov

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).