X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=drivers%2Fusb%2Fr8a66597.h;h=9af6446c134efd0417d37ffdc1f9b7212ed083dd;hb=b81b773ead0687114dc8a800f99ea6e504447739;hp=54a1f26aefcbbf6d1a48ce6c52089790ad0fcd01;hpb=61c5b8c64da1f149cebe6d612500099454c8ef55;p=oweals%2Fu-boot.git diff --git a/drivers/usb/r8a66597.h b/drivers/usb/r8a66597.h index 54a1f26aef..9af6446c13 100644 --- a/drivers/usb/r8a66597.h +++ b/drivers/usb/r8a66597.h @@ -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__ */ -