diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-09 12:22:54 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-06-09 12:22:54 +0000 |
commit | 58fb33858fc35a04554f8b7122b958bdca98ffd6 (patch) | |
tree | 9ca8459e9563990354f6e383e9cbc0eed97fc13a /sys/dev/usb/usb_port.h | |
parent | 8b60e5b9aea497048410a9aabf02ce656d6810ed (diff) |
Remove the definition and use of if_deactivate(). It was defined empty and
thus produced no code at all.
No binary change.
ok jsg.
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 8096c775cc7..9ec41ea03d9 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.72 2007/06/09 12:03:39 mbalmer Exp $ */ +/* $OpenBSD: usb_port.h,v 1.73 2007/06/09 12:22:53 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 $ */ @@ -105,7 +105,6 @@ typedef struct proc *usb_proc_ptr; #define sel_klist si_note -#define if_deactivate(x) #define IF_INPUT(ifp, m) ether_input_mbuf((ifp), (m)) #define swap_bytes_change_sign16_le swap_bytes_change_sign16 |