]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/usb/dwc3/core.h
usb: dwc3: Remove BIT(x) macro from DWC3's gadget code
[people/ms/u-boot.git] / drivers / usb / dwc3 / core.h
index c5debf7d28e58ec82e53aaec6dc302765e2a365e..5288a18c81864ea7eab98b8073d878df62ee557f 100644 (file)
@@ -392,7 +392,7 @@ struct dwc3_event_buffer {
        unsigned int            count;
        unsigned int            flags;
 
-#define DWC3_EVENT_PENDING     BIT(0)
+#define DWC3_EVENT_PENDING     (1UL << 0)
 
        dma_addr_t              dma;