summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/dev/usb
diff options
context:
space:
mode:
authorKevin Kirspel <kevin-kirspel@idexx.com>2017-01-30 11:58:16 -0500
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-14 09:40:01 +0100
commit9f2205a3f58014a4998e56731f66354b9e99f86d (patch)
tree5dd663b0c88c191edf4b84d8557782dc4da23f12 /freebsd/sys/dev/usb
parentAdding LPC32XX ethernet driver support (diff)
downloadrtems-libbsd-9f2205a3f58014a4998e56731f66354b9e99f86d.tar.bz2
Port LPC32XX Ethernet and USB OHCI to RTEMS
Diffstat (limited to 'freebsd/sys/dev/usb')
-rwxr-xr-x[-rw-r--r--]freebsd/sys/dev/usb/controller/ohci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/freebsd/sys/dev/usb/controller/ohci.h b/freebsd/sys/dev/usb/controller/ohci.h
index d020d998..a650ce15 100644..100755
--- a/freebsd/sys/dev/usb/controller/ohci.h
+++ b/freebsd/sys/dev/usb/controller/ohci.h
@@ -234,9 +234,7 @@ typedef struct ohci_softc {
struct ohci_ed *sc_bulk_p_last;
struct ohci_ed *sc_isoc_p_last;
struct ohci_ed *sc_intr_p_last[OHCI_NO_EDS];
-#ifndef __rtems__
void *sc_intr_hdl;
-#endif /* __rtems__ */
device_t sc_dev;
bus_size_t sc_io_size;
bus_space_tag_t sc_io_tag;