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/pccard/pcic_pci.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/pccard/pcic_pci.c') diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c index c726aa9..e596a75 100644 --- a/sys/pccard/pcic_pci.c +++ b/sys/pccard/pcic_pci.c @@ -26,12 +26,9 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pcic_p.c,v 1.11 1999/05/02 05:53:50 nate Exp $ + * $Id: pcic_p.c,v 1.12 1999/05/09 17:07:11 peter Exp $ */ -#include "pci.h" -#if NPCI > 0 - #include #include #include @@ -219,4 +216,3 @@ pd6832_legacy_init(pcici_t tag, int unit) printf("CardBus: Legacy PC-card 16bit I/O address [0x%x]\n", io_port); } -#endif /* NPCI > 0 */ -- cgit v1.1