USB: ehci-omap: Fix autoloading of module
authorRoger Quadros <rogerq@ti.com>
Thu, 14 Feb 2013 15:08:09 +0000 (17:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Feb 2013 17:22:01 +0000 (09:22 -0800)
commit04753523266629b1cd0518091da1658755787198
treeee5e5bd1fd19d1d79de4ee0fca945534ee3ddbe6
parent428525f97153505e83983460a8d08a3210aa6b8a
USB: ehci-omap: Fix autoloading of module

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>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-omap.c