Changed #include order to match better order in 2.2.
This commit is contained in:
parent
f051708fec
commit
41c610b7bf
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user