Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: gadget: libcomposite: move MODULE_VERSION to composite.c

MODULE_VERSION and AUTHOR looks better in composite.c than in
usbstrings.c so I move it there.
I put David Brownell as the module Author as I belive he wrote most of
it.

Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>

authored by

Sebastian Andrzej Siewior and committed by
Felipe Balbi
d80c304b 721e2e91

+3 -1
+3
drivers/usb/gadget/composite.c
··· 1684 1684 } 1685 1685 } 1686 1686 EXPORT_SYMBOL_GPL(usb_composite_overwrite_options); 1687 + 1688 + MODULE_LICENSE("GPL"); 1689 + MODULE_AUTHOR("David Brownell");
-1
drivers/usb/gadget/usbstring.c
··· 70 70 return buf [0]; 71 71 } 72 72 EXPORT_SYMBOL_GPL(usb_gadget_get_string); 73 - MODULE_LICENSE("GPL");