From c0ae04040277bce6f4e5166196992f9c876e22c9 Mon Sep 17 00:00:00 2001 From: Marc Balmer Date: Thu, 14 Jun 2007 12:58:10 +0000 Subject: Move the mstohz macro out of ubs_port.h and to the three places where it is used. ok jsg. --- sys/dev/usb/usb_port.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/usb/usb_port.h') 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 */ -- cgit v1.2.3