summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_port.h
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2007-06-13 11:15:30 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2007-06-13 11:15:30 +0000
commit70eb0fa72cdc4c418f74a322d530ef64a2e8dd02 (patch)
treeff48cf3b1d381ce503c40598b090330a6e418629 /sys/dev/usb/usb_port.h
parent20ffef31001893092476c4821fbf5cc249ed88c5 (diff)
Remove the definition and usage of the IF_INPUT macro which was defined
as ether_input_mbuf which is itself a macro for ether_input. No binary change. ok dlg.
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r--sys/dev/usb/usb_port.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h
index ff7c3187f76..776de752a8f 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.88 2007/06/13 10:33:52 mbalmer Exp $ */
+/* $OpenBSD: usb_port.h,v 1.89 2007/06/13 11:15:29 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 $ */
@@ -61,8 +61,6 @@
#define mstohz(ms) ((ms) * hz / 1000)
-#define IF_INPUT(ifp, m) ether_input_mbuf((ifp), (m))
-
#define DECLARE_USB_DMA_T \
struct usb_dma_block; \
typedef struct { \