mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-19 12:49:10 +08:00
ohci-da8xx: set MODULE_ALIAS to allow autoloading
The Davinci USB platform device (in mach-davinci/usb.c) uses "ohci" as the name. To allow autoloading of the relevant driver, the module needs to set the MODULE_ALIAS. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bfb8bfad18
commit
ab59ac0155
@@ -454,3 +454,5 @@ static struct platform_driver ohci_hcd_da8xx_driver = {
|
||||
.name = "ohci",
|
||||
},
|
||||
};
|
||||
|
||||
MODULE_ALIAS("platform:ohci");
|
||||
|
||||
Reference in New Issue
Block a user