diff options
author | eric miao <eric.miao@marvell.com> | 2007-12-12 02:07:47 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 16:07:53 +0100 |
commit | e77ec1898f9693a3572bdd03eb5d2256166d5464 (patch) | |
tree | 412e59085771daadf9c26b7d5ed7360250b09ef5 /drivers/usb/host | |
parent | [ARM] USB: update pxa27x ohci driver to use clk support (diff) | |
download | linux-e77ec1898f9693a3572bdd03eb5d2256166d5464.tar.xz linux-e77ec1898f9693a3572bdd03eb5d2256166d5464.zip |
[ARM] USB: update to allow pxa27x ohci driver to support pxa3xx
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/usb/host')
-rw-r--r-- | drivers/usb/host/ohci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c index ecfe800fd720..ddd4ee1f2413 100644 --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -997,7 +997,7 @@ MODULE_LICENSE ("GPL"); #define PLATFORM_DRIVER ohci_hcd_lh7a404_driver #endif -#ifdef CONFIG_PXA27x +#if defined(CONFIG_PXA27x) || defined(CONFIG_PXA3xx) #include "ohci-pxa27x.c" #define PLATFORM_DRIVER ohci_hcd_pxa27x_driver #endif |