summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_port.h
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2007-06-14 12:58:10 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2007-06-14 12:58:10 +0000
commitc0ae04040277bce6f4e5166196992f9c876e22c9 (patch)
treecb08304965d1a2fea19200bada144fda23f9a852 /sys/dev/usb/usb_port.h
parent82b5c3e51fffd2cde145ec6a9a9c23b297698539 (diff)
Move the mstohz macro out of ubs_port.h and to the three places where it is
used. ok jsg.
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r--sys/dev/usb/usb_port.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index e803329e513..550e8007b05 100644
--- a/sys/dev/usb/usb_port.h
+++ b/sys/dev/usb/usb_port.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: usb_port.h,v 1.93 2007/06/14 10:11:16 mbalmer Exp $ */
+/* $OpenBSD: usb_port.h,v 1.94 2007/06/14 12:58:09 mbalmer Exp $ */
/* $NetBSD: usb_port.h,v 1.62 2003/02/15 18:33:30 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */
@@ -52,6 +52,4 @@
#undef USB_USE_SOFTINTR
#endif
-#define mstohz(ms) ((ms) * hz / 1000)
-
#endif /* _USB_PORT_H */