[PATCH] staging: fix go7007-usb license

From: Randy Dunlap
Date: Wed Feb 01 2012 - 21:06:04 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>

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@xxxxxxxxxxxx>
Cc: Ross Cohen <rcohen@xxxxxxxxxxx>
---
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");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/