diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2011-03-08 00:19:31 -0800 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-03-14 17:45:18 -0800 |
commit | 39a6c591dd848a1cdcac87347c4083cb91adc23a (patch) | |
tree | e2eb6255fec445faa3230c835c93a1547b76c9ff /drivers/usb | |
parent | 5aeaa79acebc74914c4de01c8b0f046094a0db32 (diff) |
merge: Update USB naming from upstream
Change-Id: Ib6484eb5dbc4f05acb8db4762c0d156bb211b351
Reviewed-on: http://git-master/r/22166
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 66505a0d9703..36ec66bb995e 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -1197,7 +1197,7 @@ MODULE_LICENSE ("GPL"); #define PLATFORM_DRIVER ehci_atmel_driver #endif -#ifdef CONFIG_ARCH_TEGRA +#ifdef CONFIG_USB_EHCI_TEGRA #include "ehci-tegra.c" #define PLATFORM_DRIVER tegra_ehci_driver #endif |