Skip to content

Commit

Permalink
staging: fix go7007-usb license
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Ross Cohen <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
rddunlap authored and gregkh committed Feb 8, 2012
1 parent bd1eff9 commit a9d3c9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/media/go7007/go7007-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1279,3 +1279,4 @@ static struct usb_driver go7007_usb_driver = {
};

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

0 comments on commit a9d3c9e

Please sign in to comment.