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/advansys/adv_pci.c | 6 +----- sys/dev/advansys/adw_pci.c | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) (limited to 'sys/dev/advansys') diff --git a/sys/dev/advansys/adv_pci.c b/sys/dev/advansys/adv_pci.c index 73b8622324322..4a669d08b517f 100644 --- a/sys/dev/advansys/adv_pci.c +++ b/sys/dev/advansys/adv_pci.c @@ -47,11 +47,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: adv_pci.c,v 1.5 1999/04/24 20:13:58 peter Exp $ + * $Id: adv_pci.c,v 1.6 1999/05/09 17:06:35 peter Exp $ */ -#include -#if NPCI > 0 #include #include #include @@ -274,5 +272,3 @@ advpciattach(pcici_t config_id, int unit) adv_attach(adv); } - -#endif /* NPCI > 0 */ diff --git a/sys/dev/advansys/adw_pci.c b/sys/dev/advansys/adw_pci.c index 85e7c927f5aae..8b0b86a102897 100644 --- a/sys/dev/advansys/adw_pci.c +++ b/sys/dev/advansys/adw_pci.c @@ -28,11 +28,9 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: adw_pci.c,v 1.4 1999/04/24 20:13:58 peter Exp $ + * $Id: adw_pci.c,v 1.5 1999/05/09 17:06:36 peter Exp $ */ -#include -#if NPCI > 0 #include #include #include @@ -183,5 +181,3 @@ adwpciattach(pcici_t config_id, int unit) adw_attach(adw); } - -#endif /* NPCI > 0 */ -- cgit v1.3