Revert "USB: ehci-omap: Fix autoloading of module"
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 23 May 2013 21:50:56 +0000 (00:50 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 23 May 2013 21:50:56 +0000 (00:50 +0300)
This reverts commit 507c50ba088916e2eb3cc17c5aead3aa76ab968b.
We don't want that on pandora (yet?).

drivers/usb/host/ehci-omap.c

index d4159b8..e39b029 100644 (file)
@@ -337,7 +337,7 @@ static const struct hc_driver ehci_omap_hc_driver = {
        .clear_tt_buffer_complete = ehci_clear_tt_buffer_complete,
 };
 
-MODULE_ALIAS("platform:ehci-omap");
+MODULE_ALIAS("platform:omap-ehci");
 MODULE_AUTHOR("Texas Instruments, Inc.");
 MODULE_AUTHOR("Felipe Balbi <felipe.balbi@nokia.com>");