Changed #include order to match better order in 2.2.

This commit is contained in:
bde 1997-02-13 22:48:19 +00:00
parent f051708fec
commit 41c610b7bf
2 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
*/
/* XXX - Don't mix different PCCARD support code */
#include "pcic.h"
#include "crd.h"
#include "pcic.h"
#if NCRD > 0 || NPCIC > 0
#ifndef LINT_PCCARD_HACK
#error "Dedicated PCMCIA drivers and generic PCMCIA support can't be mixed"

View File

@ -101,8 +101,8 @@
*/
/* XXX - Don't mix different PCCARD support code */
#include "pcic.h"
#include "crd.h"
#include "pcic.h"
#if NCRD > 0 || NPCIC > 0
#ifndef LINT_PCCARD_HACK
#error "Dedicated PCMCIA drivers and generic PCMCIA support can't be mixed"