diff --git a/include/nuttx/usb/ohci.h b/include/nuttx/usb/ohci.h
index 5475b542027249de0c4f087c0f12a957e90c198e..cb1abb67a22e4bb50a34151c0163895127d61e4f 100755
--- a/include/nuttx/usb/ohci.h
+++ b/include/nuttx/usb/ohci.h
@@ -129,7 +129,6 @@
                                               /* Bits 11-31: Reserved */
 
 /* HcCommandStatus: HC command status (7.1.3) */
-#define OHCI_CMDST_
 
 #define OHCI_CMDST_HCR              (1 << 0)  /* Bit 0:  Host controller reset */
 #define OHCI_CMDST_CLF              (1 << 1)  /* Bit 1:  Control list filled */