diff options
Diffstat (limited to 'sys/i386/bios/mca_machdep.c')
-rw-r--r-- | sys/i386/bios/mca_machdep.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/i386/bios/mca_machdep.c b/sys/i386/bios/mca_machdep.c index 8c416cf..6b71206 100644 --- a/sys/i386/bios/mca_machdep.c +++ b/sys/i386/bios/mca_machdep.c @@ -26,9 +26,6 @@ * $FreeBSD$ */ -#include "mca.h" -#if NMCA > 0 - #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> @@ -159,4 +156,3 @@ mca_bus_nmi (void) return (retval); } -#endif |