Skip to content

Commit

Permalink
staging: fix go7007-usb license
Browse files Browse the repository at this point in the history
Add MODULE_LICENSE() as per the license in the comment at the top of the
file 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: Linus Torvalds <[email protected]>
  • Loading branch information
rddunlap authored and torvalds committed Feb 2, 2012
1 parent 1340505 commit da46d7d
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 da46d7d

Please sign in to comment.