diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2007-06-11 09:26:56 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2007-06-11 09:26:56 +0000 |
commit | ea0bf5b57ba8cf44f700050f77c833ace5349d99 (patch) | |
tree | c0cda4a5b99b01ee4e78efeeb49752459eef76fc /sys/dev/usb/usb_port.h | |
parent | ed7bcc17fa6abb14c9e0cfc59ed9caaf3a9f4491 (diff) |
More USB cleanup: In usb_port.h, get rid of the sel_klist #define
(which was there twice without gcc complaining) and update all uses of
it.
ok jsg mbalmer
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 128f4191639..c8fd0892559 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.81 2007/06/11 06:14:24 mbalmer Exp $ */ +/* $OpenBSD: usb_port.h,v 1.82 2007/06/11 09:26:55 mk 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 $ */ @@ -60,8 +60,6 @@ #define PQUIRK_NOSENSE ADEV_NOSENSE /* can't REQUEST SENSE */ #define PQUIRK_ONLYBIG SDEV_ONLYBIG -#define sel_klist si_note - typedef struct proc *usb_proc_ptr; #define UCOMBUSCF_PORTNO 0 @@ -71,8 +69,6 @@ typedef struct proc *usb_proc_ptr; #define mstohz(ms) ((ms) * hz / 1000) -#define sel_klist si_note - #define IF_INPUT(ifp, m) ether_input_mbuf((ifp), (m)) #define swap_bytes_change_sign16_le swap_bytes_change_sign16 |