USB: ehci-omap: Fix autoloading of module
authorRoger Quadros <rogerq@ti.com>
Thu, 14 Feb 2013 15:08:09 +0000 (17:08 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 6 Mar 2013 03:24:00 +0000 (03:24 +0000)
commit507c50ba088916e2eb3cc17c5aead3aa76ab968b
treec20813f3ef82dc234d02bf2fd2de6150c6879a51
parentee0a25ab1c315dbd8483b03a5ecd661e130ff18f
USB: ehci-omap: Fix autoloading of module

commit 04753523266629b1cd0518091da1658755787198 upstream.

The module alias should be "ehci-omap" and not
"omap-ehci" to match the platform device name.
The omap-ehci module should now autoload correctly.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/host/ehci-omap.c