usb: gadget: add platform module alias where it is missing
Without it udev won't be able to load the driver once it notices the device unbound. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
e4fe056ed3
commit
86081d7be3
@@ -1341,6 +1341,7 @@ static struct platform_driver s3c_hsudc_driver = {
|
||||
},
|
||||
.probe = s3c_hsudc_probe,
|
||||
};
|
||||
MODULE_ALIAS("platform:s3c-hsudc");
|
||||
|
||||
static int __init s3c_hsudc_modinit(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user