USB: EHCI: tegra: Drop unused defines
authorThierry Reding <treding@nvidia.com>
Tue, 25 Feb 2014 16:09:53 +0000 (17:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Mar 2014 16:54:29 +0000 (08:54 -0800)
Since commit 2d22b42db02f "usb: phy: registering Tegra USB PHY as
platform driver" the driver no longer relies on the hard-coded physical
addresses to determine the association between PHY and EHCI port, so
these defines can be dropped.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-tegra.c

index af28b74..27ac6ad 100644 (file)
 
 #include "ehci.h"
 
-#define TEGRA_USB_BASE                 0xC5000000
-#define TEGRA_USB2_BASE                        0xC5004000
-#define TEGRA_USB3_BASE                        0xC5008000
-
 #define PORT_WAKE_BITS (PORT_WKOC_E|PORT_WKDISC_E|PORT_WKCONN_E)
 
 #define TEGRA_USB_DMA_ALIGN 32