diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-10-15 12:16:36 -0600 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-10-16 12:48:38 +0300 |
commit | 8355b0208a44904741dbd78fea6f203c3556699a (patch) | |
tree | 951354ad9af820e3587c72b5072f18c97f66eefd /drivers/usb/phy | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) | |
download | linux-stable-8355b0208a44904741dbd78fea6f203c3556699a.tar.gz linux-stable-8355b0208a44904741dbd78fea6f203c3556699a.tar.bz2 linux-stable-8355b0208a44904741dbd78fea6f203c3556699a.zip |
usb: phy: tegra remove include of <mach/iomap.h>
Almost nothing from this file is used, and the file will hopefully be
deleted soon. Copy the tiny portions that are used directly into
tegra_usb_phy.c. I believe that Venu Byravarasu is working on cleaning up
our USB driver, and those cleanups will remove the need for these
constants.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r-- | drivers/usb/phy/tegra_usb_phy.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/phy/tegra_usb_phy.c b/drivers/usb/phy/tegra_usb_phy.c index 987116f9efcd..9d13c81754e0 100644 --- a/drivers/usb/phy/tegra_usb_phy.c +++ b/drivers/usb/phy/tegra_usb_phy.c @@ -29,7 +29,9 @@ #include <linux/usb/ulpi.h> #include <asm/mach-types.h> #include <linux/usb/tegra_usb_phy.h> -#include <mach/iomap.h> + +#define TEGRA_USB_BASE 0xC5000000 +#define TEGRA_USB_SIZE SZ_16K #define ULPI_VIEWPORT 0x170 |