summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-04-21 12:08:07 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-04-21 12:08:07 +0000
commit5b4e2f96f21961f517ea8f2402314d64ba24f45e (patch)
tree5c176d62dc8e8877ae3fce4605f9bc49afa76ed3 /sys
parentda2b842fad6cd6feb408c139a13b6da10a8ffbc5 (diff)
downloadFreeBSD-src-5b4e2f96f21961f517ea8f2402314d64ba24f45e.zip
FreeBSD-src-5b4e2f96f21961f517ea8f2402314d64ba24f45e.tar.gz
Forgot one.
Original log message: Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience but we can do without it. Obtained from: Peter Wemm
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/usb_port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index ea144b9..1866958 100644
--- a/sys/dev/usb/usb_port.h
+++ b/sys/dev/usb/usb_port.h
@@ -202,7 +202,7 @@ __CONCAT(dname,_attach)(device_t self)
((dev)->softc = device_get_softc(bdev)) : 0)
/* conversion from one type of queue to the other */
-#define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD_UNTIL
+#define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD
#define SIMPLEQ_INSERT_HEAD STAILQ_INSERT_HEAD
#define SIMPLEQ_INSERT_TAIL STAILQ_INSERT_TAIL
#define SIMPLEQ_NEXT STAILQ_NEXT
OpenPOWER on IntegriCloud