From 4ff3de8e80ba043f8693c6623c38c6506f113261 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 4 Nov 1995 17:08:13 +0000 Subject: Added `#include "ioconf.h"' to and cleaned up the misplaced extern declarations (mostly prototypes of interrupt handlers) that this exposed. The prototypes should be moved back to the driver sources when the functions are staticalized. Added idempotency guards to . "ioconf.h" can't be included when building LKMs so define a wart in bsd.kmod.mk to help guard against including it. --- sys/dev/ep/if_ep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/ep') diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 690f3eb34d76..5cea1290df3d 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.32 1995/10/26 20:29:37 julian Exp $ + * $Id: if_ep.c,v 1.33 1995/10/28 15:39:04 phk Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -113,7 +113,6 @@ static void epmbuffill __P((caddr_t, int)); static void epmbufempty __P((struct ep_softc *)); void epinit __P((int)); -void epintr __P((int)); void epread __P((struct ep_softc *)); void epreset __P((int)); void epstart __P((struct ifnet *)); -- cgit v1.3