From 9929d2a04579258af0adcb0b3ca952b9c06f13ad Mon Sep 17 00:00:00 2001 From: Peter Wemm 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/sr/if_sr_pci.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/dev/sr/if_sr_pci.c') diff --git a/sys/dev/sr/if_sr_pci.c b/sys/dev/sr/if_sr_pci.c index a7d34e9baada..260f5ef0c5d0 100644 --- a/sys/dev/sr/if_sr_pci.c +++ b/sys/dev/sr/if_sr_pci.c @@ -27,12 +27,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_sr_p.c,v 1.8 1999/04/24 20:14:01 peter Exp $ + * $Id: if_sr_p.c,v 1.9 1999/05/09 17:06:59 peter Exp $ */ -#include "pci.h" -#if NPCI > 0 - #include "sr.h" #include @@ -130,5 +127,3 @@ sr_pci_attach(pcici_t config_id, int unit) return; } } - -#endif /* NPCI > 0 */ -- cgit v1.3