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

Commit ab59ac01 authored by Jan Luebbe's avatar Jan Luebbe Committed by Greg Kroah-Hartman
Browse files

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: default avatarJan Luebbe <jlu@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bfb8bfad
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -454,3 +454,5 @@ static struct platform_driver ohci_hcd_da8xx_driver = {
		.name	= "ohci",
	},
};

MODULE_ALIAS("platform:ohci");