projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd1eff9
)
staging: fix go7007-usb license
author
Randy Dunlap
<
[email protected]
>
Thu, 2 Feb 2012 03:04:02 +0000
(19:04 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 8 Feb 2012 22:14:14 +0000
(14:14 -0800)
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]
>
drivers/staging/media/go7007/go7007-usb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/media/go7007/go7007-usb.c
b/drivers/staging/media/go7007/go7007-usb.c
index 70e006b50f292259025b50a5b03a2aa26a9c2b5f..5443e25086e9f33b00980d314a874863653c82f8 100644
(file)
--- a/
drivers/staging/media/go7007/go7007-usb.c
+++ b/
drivers/staging/media/go7007/go7007-usb.c
@@
-1279,3
+1279,4
@@
static struct usb_driver go7007_usb_driver = {
};
module_usb_driver(go7007_usb_driver);
+MODULE_LICENSE("GPL v2");