Skip to content

Commit e89baeb

Browse files
matthijskooijmangregkh
authored andcommitted
usb: dwc2: Remove obsolete MODULE_ constants from platform.c
Originally, the core and platform drivers were separate modules, so each had its own module info. Since commit 2d1165a (usb: dwc2: remove dwc2_platform.ko) platform.c is included in the core module, which now contains duplicate module info (from core.c and platform.c). Due to the linking order and modinfo implementation, running `modinfo` on the resulting dwc2.ko shows just the info from platform.c, rather than that from core.c, suggesting that I am the author of the entire dwc2 module. Since platform.c is just a minor part of the entire module, this removes its module info in favor of the info from core.c. Acked-by: Minas Harutyunyan <Minas.Harutyunyan@synopsys.com> Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl> Link: https://lore.kernel.org/r/20210503180538.64423-1-matthijs@stdin.nl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 0b2b149 commit e89baeb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/usb/dwc2/platform.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,3 @@ static struct platform_driver dwc2_platform_driver = {
776776
};
777777

778778
module_platform_driver(dwc2_platform_driver);
779-
780-
MODULE_DESCRIPTION("DESIGNWARE HS OTG Platform Glue");
781-
MODULE_AUTHOR("Matthijs Kooijman <matthijs@stdin.nl>");
782-
MODULE_LICENSE("Dual BSD/GPL");

0 commit comments

Comments
 (0)