From ba9346211f99b37c96aa619b9981b230c7b4a61d Mon Sep 17 00:00:00 2001 From: Marc Balmer Date: Sun, 10 Jun 2007 10:15:36 +0000 Subject: Remove definitions and usage of usb_callout and related macros. These macros were used as a layer of confusion^Wabstraction around the timeout(9) API. No binary change. ok jsg. --- sys/dev/usb/if_cuereg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/if_cuereg.h') diff --git a/sys/dev/usb/if_cuereg.h b/sys/dev/usb/if_cuereg.h index 2ea678abf10..7c344676ede 100644 --- a/sys/dev/usb/if_cuereg.h +++ b/sys/dev/usb/if_cuereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cuereg.h,v 1.9 2007/06/06 19:25:49 mk Exp $ */ +/* $OpenBSD: if_cuereg.h,v 1.10 2007/06/10 10:15:35 mbalmer Exp $ */ /* $NetBSD: if_cuereg.h,v 1.14 2001/01/21 22:09:24 augustss Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -170,7 +170,7 @@ struct cue_softc { struct arpcom arpcom; #define GET_IFP(sc) (&(sc)->arpcom.ac_if) - usb_callout_t cue_stat_ch; + struct timeout cue_stat_ch; usbd_device_handle cue_udev; usbd_interface_handle cue_iface; -- cgit v1.2.3