From: Grazvydas Ignotas Date: Thu, 23 May 2013 21:50:56 +0000 (+0300) Subject: Revert "USB: ehci-omap: Fix autoloading of module" X-Git-Tag: sz_155~28 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=8e16104af48e6a0b8a0de957abae3762d541ee05 Revert "USB: ehci-omap: Fix autoloading of module" This reverts commit 507c50ba088916e2eb3cc17c5aead3aa76ab968b. We don't want that on pandora (yet?). --- diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index d4159b896f5c..e39b0297bad1 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c @@ -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 ");