revert android-tegra-2.6.36-honeycomb-mr1-9001adc to v2.6.36
[firefly-linux-kernel-4.4.55.git] / include / linux / usb / ehci_def.h
index 656380245198eef90f2c7c30d166868461c877c9..2e262cb15425c124238789f1193993923d9b4cfb 100644 (file)
@@ -127,9 +127,7 @@ struct ehci_regs {
 #define PORT_WKDISC_E  (1<<21)         /* wake on disconnect (enable) */
 #define PORT_WKCONN_E  (1<<20)         /* wake on connect (enable) */
 /* 19:16 for port testing */
-#define PORT_TEST(x)   (((x)&0xf)<<16) /* Port Test Control */
-#define PORT_TEST_PKT  PORT_TEST(0x4)  /* Port Test Control - packet test */
-#define PORT_TEST_FORCE        PORT_TEST(0x5)  /* Port Test Control - force enable */
+#define PORT_TEST_PKT  (0x4<<16)       /* Port Test Control - packet test */
 #define PORT_LED_OFF   (0<<14)
 #define PORT_LED_AMBER (1<<14)
 #define PORT_LED_GREEN (2<<14)