summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/usb/usb_process.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/dev/usb/usb_process.h')
-rw-r--r--freebsd/sys/dev/usb/usb_process.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/freebsd/sys/dev/usb/usb_process.h b/freebsd/sys/dev/usb/usb_process.h
index f9a3c38d..b4159af1 100644
--- a/freebsd/sys/dev/usb/usb_process.h
+++ b/freebsd/sys/dev/usb/usb_process.h
@@ -49,16 +49,12 @@ struct usb_process {
struct cv up_cv;
struct cv up_drain;
-#ifndef __rtems__
#if (__FreeBSD_version >= 800000)
struct thread *up_ptr;
#else
struct proc *up_ptr;
#endif
struct thread *up_curtd;
-#else /* __rtems__ */
- struct thread *up_ptr;
-#endif /* __rtems__ */
struct mtx *up_mtx;
usb_size_t up_msg_num;