All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: fix go7007-usb license
@ 2012-02-02  3:04 Randy Dunlap
  0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2012-02-02  3:04 UTC (permalink / raw)
  To: Linux Kernel Mailing List, Linus Torvalds; +Cc: gregkh

From: Randy Dunlap <rdunlap@xenotime.net>

Add MODULE_LICENSE() for this source module to fix build warning:

WARNING: modpost: missing MODULE_LICENSE() in drivers/staging/media/go7007/go7007-usb.o
see include/linux/module.h for more information

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Ross Cohen <rcohen@snurgle.org>
---
 drivers/staging/media/go7007/go7007-usb.c |    1 +
 1 file changed, 1 insertion(+)

--- lnx-33-rc2.orig/drivers/staging/media/go7007/go7007-usb.c
+++ lnx-33-rc2/drivers/staging/media/go7007/go7007-usb.c
@@ -1279,3 +1279,4 @@ static struct usb_driver go7007_usb_driv
 };
 
 module_usb_driver(go7007_usb_driver);
+MODULE_LICENSE("GPL v2");

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-02-02  2:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02  3:04 [PATCH] staging: fix go7007-usb license Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.