Move the #if 0 to catch the card.h include and make sure it's zero.

This commit is contained in:
Peter Wemm 1999-09-06 13:30:36 +00:00
parent 5ff829fdbf
commit 945f740363
2 changed files with 6 additions and 2 deletions

View File

@ -87,13 +87,15 @@
#endif
#include <isa/ic/ns16550.h>
#include "card.h"
#if 0
#include "card.h"
#if NCARD > 0
#include <sys/module.h>
#include <pccard/cardinfo.h>
#include <pccard/slot.h>
#endif
#else
#define NCARD 0
#endif
#ifndef __i386__

View File

@ -87,13 +87,15 @@
#endif
#include <isa/ic/ns16550.h>
#include "card.h"
#if 0
#include "card.h"
#if NCARD > 0
#include <sys/module.h>
#include <pccard/cardinfo.h>
#include <pccard/slot.h>
#endif
#else
#define NCARD 0
#endif
#ifndef __i386__