]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
usb: gadget: udc: renesas_usb3: drop unused module alias
authorJohan Hovold <johan@kernel.org>
Thu, 24 Jul 2025 09:20:06 +0000 (11:20 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Jul 2025 08:50:34 +0000 (10:50 +0200)
Since commit f3323cd03e58 ("usb: gadget: udc: renesas_usb3: remove R-Car
H3 ES1.* handling") the driver only supports OF probe so drop the unused
platform module alias.

Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20250724092006.21216-1-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/renesas_usb3.c

index d1b72c15799f65f48c0f5d4bb8ea87fa0ffa7ee8..b93c1903d26a82fcd30baa89f1fb69a058d50c52 100644 (file)
@@ -3021,4 +3021,3 @@ module_platform_driver(renesas_usb3_driver);
 MODULE_DESCRIPTION("Renesas USB3.0 Peripheral driver");
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>");
-MODULE_ALIAS("platform:renesas_usb3");