Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / usb / host / ehci.h
index c8e9a48..ac5e967 100644 (file)
@@ -235,9 +235,9 @@ struct ehci_hcd {                   /* one per controller */
        /* irq statistics */
 #ifdef EHCI_STATS
        struct ehci_stats       stats;
-#      define COUNT(x) ((x)++)
+#      define INCR(x) ((x)++)
 #else
-#      define COUNT(x)
+#      define INCR(x) do {} while (0)
 #endif
 
        /* debug files */