summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/usb_freebsd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb/usb_freebsd.h b/sys/dev/usb/usb_freebsd.h
index 8c806e7..0c483e5 100644
--- a/sys/dev/usb/usb_freebsd.h
+++ b/sys/dev/usb/usb_freebsd.h
@@ -51,11 +51,7 @@
#define USB_HAVE_FIXED_PORT 0
/* define zero ticks callout value */
-#if (__FreeBSD_version >= 1000029)
-#define USB_CALLOUT_ZERO_TICKS 0
-#else
#define USB_CALLOUT_ZERO_TICKS 1
-#endif
#define USB_TD_GET_PROC(td) (td)->td_proc
#define USB_PROC_GET_GID(td) (td)->p_pgid
OpenPOWER on IntegriCloud