diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 0737d945537..b6a3591e506 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -62,9 +62,10 @@ #define UHUB_DEBUG 1 #define ULPT_DEBUG 1 #define UAUDIO_DEBUG 1 -#endif - +#define Static +#else #define Static static +#endif typedef struct proc *usb_proc_ptr;