提交 a9d3c9e3 编写于 作者: R Randy Dunlap 提交者: Greg Kroah-Hartman

staging: fix go7007-usb license

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: NRandy Dunlap <rdunlap@xenotime.net>
Cc: Ross Cohen <rcohen@snurgle.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 bd1eff97
...@@ -1279,3 +1279,4 @@ static struct usb_driver go7007_usb_driver = { ...@@ -1279,3 +1279,4 @@ static struct usb_driver go7007_usb_driver = {
}; };
module_usb_driver(go7007_usb_driver); module_usb_driver(go7007_usb_driver);
MODULE_LICENSE("GPL v2");
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册