summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include
diff options
context:
space:
mode:
authorBenoit Goby <benoit@android.com>2011-02-07 19:23:25 -0800
committerBenoit Goby <benoit@android.com>2011-03-01 17:13:30 -0800
commita0c8749ef1c52db2b814d9b831af273f3e0aec69 (patch)
treeba87fe3fdfbb43277b067a5505834f5c23deb4dd /arch/arm/mach-tegra/include
parent79c37f01939d1a98d8d52453658a4268d008a600 (diff)
ARM: tegra: usb_phy: Cleanup before sending upstream
Change-Id: I2548ca931f8ae37757115b7753d520d576bb173d Signed-off-by: Benoit Goby <benoit@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/include')
-rw-r--r--arch/arm/mach-tegra/include/mach/usb_phy.h6
1 files 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 */