[PATCH] Fix EHCI usb. I start to test on a
[oweals/u-boot.git] / drivers / usb / r8a66597.h
index 54a1f26aefcbbf6d1a48ce6c52089790ad0fcd01..9af6446c134efd0417d37ffdc1f9b7212ed083dd 100644 (file)
@@ -593,7 +593,6 @@ static inline void r8a66597_port_power(struct r8a66597 *r8a66597, int port,
 /* Our Vendor Specific Request */
 #define RH_SET_EP              0x2000
 
-
 /* Hub port features */
 #define RH_PORT_CONNECTION        0x00
 #define RH_PORT_ENABLE            0x01
@@ -620,7 +619,6 @@ static inline void r8a66597_port_power(struct r8a66597 *r8a66597, int port,
 #define RH_REQ_ERR                -1
 #define RH_NACK                           0x00
 
-
 /* OHCI ROOT HUB REGISTER MASKS */
 
 /* roothub.portstatus [i] bits */
@@ -658,6 +656,4 @@ static inline void r8a66597_port_power(struct r8a66597 *r8a66597, int port,
 #define RH_A_NOCP      (1 << 12)       /* no over current protection */
 #define RH_A_POTPGT    (0xff << 24)    /* power on to power good time */
 
-
 #endif /* __R8A66597_H__ */
-