diff options
Diffstat (limited to 'sys/arch/vax/qbus/if_de.c')
-rw-r--r-- | sys/arch/vax/qbus/if_de.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/vax/qbus/if_de.c b/sys/arch/vax/qbus/if_de.c index 2643833992e..24fd2246ec5 100644 --- a/sys/arch/vax/qbus/if_de.c +++ b/sys/arch/vax/qbus/if_de.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_de.c,v 1.5 2005/12/10 11:45:43 miod Exp $ */ +/* $OpenBSD: if_de.c,v 1.6 2006/01/17 20:26:16 miod Exp $ */ /* $NetBSD: if_de.c,v 1.11 2001/11/13 07:11:24 lukem Exp $ */ /* @@ -46,10 +46,6 @@ * timeout routine (get statistics) */ -#include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.11 2001/11/13 07:11:24 lukem Exp $"); - -#include "opt_inet.h" #include "bpfilter.h" #include <sys/param.h> @@ -83,8 +79,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_de.c,v 1.11 2001/11/13 07:11:24 lukem Exp $"); #include <dev/qbus/if_dereg.h> #include <dev/qbus/if_uba.h> -#include "ioconf.h" - /* * Be careful with transmit/receive buffers, each entry steals 4 map * registers, and there is only 496 on one unibus... |