diff options
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r-- | sys/pccard/pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 6a4c1a1..87745e4 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -52,6 +52,7 @@ #include <i386/isa/icu.h> #include <pccard/card.h> +#include <pccard/driver.h> #include <pccard/slot.h> @@ -130,7 +131,6 @@ pccard_configure() #include "pcic.h" #if NPCIC > 0 { - extern void pcic_probe(); /* XXX Should be linker set */ pcic_probe(); } #endif |