Move the #if 0 to catch the card.h include and make sure it's zero.
This commit is contained in:
parent
5ff829fdbf
commit
945f740363
@ -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__
|
||||
|
@ -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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user