Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9d3c9e3 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman
Browse files

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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Cc: Ross Cohen <rcohen@snurgle.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bd1eff97
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1279,3 +1279,4 @@ static struct usb_driver go7007_usb_driver = {
};

module_usb_driver(go7007_usb_driver);
MODULE_LICENSE("GPL v2");