Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d80c304b authored by Sebastian Andrzej Siewior's avatar Sebastian Andrzej Siewior Committed by Felipe Balbi
Browse files

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: default avatarMichal Nazarewicz <mina86@mina86.com>
Signed-off-by: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 721e2e91
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1684,3 +1684,6 @@ void usb_composite_overwrite_options(struct usb_composite_dev *cdev,
	}
}
EXPORT_SYMBOL_GPL(usb_composite_overwrite_options);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("David Brownell");
+0 −1
Original line number Diff line number Diff line
@@ -70,4 +70,3 @@ usb_gadget_get_string (struct usb_gadget_strings *table, int id, u8 *buf)
	return buf [0];
}
EXPORT_SYMBOL_GPL(usb_gadget_get_string);
MODULE_LICENSE("GPL");