ARM: tegra: usb_phy: Cleanup before sending upstream
authorBenoit Goby <benoit@android.com>
Tue, 8 Feb 2011 03:23:25 +0000 (19:23 -0800)
committerBenoit Goby <benoit@android.com>
Wed, 2 Mar 2011 01:13:30 +0000 (17:13 -0800)
Change-Id: I2548ca931f8ae37757115b7753d520d576bb173d
Signed-off-by: Benoit Goby <benoit@android.com>
arch/arm/mach-tegra/include/mach/usb_phy.h

index cc42e7b044b4ce22c0a036c6e112711e5b3b9fa5..bf9766785a09b7e5f976008a876009dfd2332a48 100644 (file)
@@ -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 */