diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index a268231ea05..b57e0bd087a 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -51,7 +51,7 @@ #include #include #endif -#if NISA > 0 +#ifdef DEV_ISA #include #include #endif