From 70eb0fa72cdc4c418f74a322d530ef64a2e8dd02 Mon Sep 17 00:00:00 2001 From: Marc Balmer Date: Wed, 13 Jun 2007 11:15:30 +0000 Subject: 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. --- sys/dev/usb/usb_port.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/dev/usb/usb_port.h') 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 { \ -- cgit v1.2.3