mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
media: go7007: add missing MODULE_DESCRIPTION() macros
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/media/usb/go7007/go7007.o WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/media/usb/go7007/go7007-usb.o Add the missing invocations of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
c22010cee9
commit
3544c75d93
2 changed files with 2 additions and 0 deletions
|
@ -736,4 +736,5 @@ void go7007_update_board(struct go7007 *go)
|
|||
}
|
||||
EXPORT_SYMBOL(go7007_update_board);
|
||||
|
||||
MODULE_DESCRIPTION("WIS GO7007 MPEG encoder support");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
@ -1352,4 +1352,5 @@ static struct usb_driver go7007_usb_driver = {
|
|||
};
|
||||
|
||||
module_usb_driver(go7007_usb_driver);
|
||||
MODULE_DESCRIPTION("WIS GO7007 USB support");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
Loading…
Add table
Reference in a new issue