From a0c8749ef1c52db2b814d9b831af273f3e0aec69 Mon Sep 17 00:00:00 2001
From: Benoit Goby <benoit@android.com>
Date: Mon, 7 Feb 2011 19:23:25 -0800
Subject: [PATCH] ARM: tegra: usb_phy: Cleanup before sending upstream

Change-Id: I2548ca931f8ae37757115b7753d520d576bb173d
Signed-off-by: Benoit Goby <benoit@android.com>
---
 arch/arm/mach-tegra/include/mach/usb_phy.h | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-tegra/include/mach/usb_phy.h b/arch/arm/mach-tegra/include/mach/usb_phy.h
index cc42e7b044b4..bf9766785a09 100644
--- a/arch/arm/mach-tegra/include/mach/usb_phy.h
+++ b/arch/arm/mach-tegra/include/mach/usb_phy.h
@@ -20,8 +20,6 @@
 #include <linux/platform_device.h>
 #include <linux/clk.h>
 
-#define USB_PHY_MAX_CONTEXT_REGS 10
-
 struct tegra_utmip_config {
 	u8 hssync_start_delay;
 	u8 elastic_limit;
@@ -40,7 +38,7 @@ struct tegra_ulpi_config {
 enum tegra_usb_phy_port_speed {
 	TEGRA_USB_PHY_PORT_SPEED_FULL = 0,
 	TEGRA_USB_PHY_PORT_SPEED_LOW,
-	TEGRA_USB_PHY_PORT_HIGH,
+	TEGRA_USB_PHY_PORT_SPEED_HIGH,
 };
 
 enum tegra_usb_phy_mode {
@@ -82,4 +80,4 @@ int tegra_ehci_phy_restore_end(struct tegra_usb_phy *phy);
 
 int tegra_usb_phy_close(struct tegra_usb_phy *phy);
 
-#endif //__MACH_USB_PHY_H
+#endif /* __MACH_USB_PHY_H */
-- 
2.34.1