From e5f4c63f137412a3f0691e64764e14569e7980db Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 3 Jul 1999 20:17:08 +0000 Subject: Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire files. config will leave the whole file out if configured to do so. --- sys/dev/tx/if_tx.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys/dev/tx') diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index c83b91b..0b0cec3 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -1,5 +1,5 @@ /* $OpenBSD: if_tx.c,v 1.3 1998/10/10 04:30:09 jason Exp $ */ -/* $Id: if_tx.c,v 1.26 1999/05/09 17:07:02 peter Exp $ */ +/* $Id: if_tx.c,v 1.27 1999/05/10 00:20:46 peter Exp $ */ /*- * Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru) @@ -68,10 +68,8 @@ } #include "bpfilter.h" -#include "pci.h" #include "opt_bdg.h" -#if NPCI > 0 #include #include #include @@ -2040,4 +2038,3 @@ epic_dump_state __P(( ); } } -#endif /* NPCI > 0 */ -- cgit v1.1