diff options
Diffstat (limited to 'sys/netbt/hci.h')
-rw-r--r-- | sys/netbt/hci.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/netbt/hci.h b/sys/netbt/hci.h index cab7f897649..b6916c2a433 100644 --- a/sys/netbt/hci.h +++ b/sys/netbt/hci.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hci.h,v 1.4 2007/05/30 03:42:53 uwe Exp $ */ +/* $OpenBSD: hci.h,v 1.5 2007/05/31 23:50:19 uwe Exp $ */ /* $NetBSD: hci.h,v 1.10 2007/04/21 06:15:23 plunky Exp $ */ /*- @@ -55,7 +55,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: hci.h,v 1.4 2007/05/30 03:42:53 uwe Exp $ + * $Id: hci.h,v 1.5 2007/05/31 23:50:19 uwe Exp $ * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_hci.h,v 1.6 2005/01/07 01:45:43 imp Exp $ */ @@ -2144,7 +2144,6 @@ struct hci_unit { int hci_ipl; /* to block queue operations */ /* input queues */ - void *hci_rxint; /* receive interrupt cookie */ struct ifqueue hci_eventq; /* Event queue */ struct ifqueue hci_aclrxq; /* ACL rx queue */ struct ifqueue hci_scorxq; /* SCO rx queue */ |