summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-07-28 22:58:28 +0000
committerpeter <peter@FreeBSD.org>2000-07-28 22:58:28 +0000
commit3a0b269c552ba520665c78eec1b51d5f818cb975 (patch)
treef6037be6689d3849c594d4e817da28d851da7e68 /sys/amd64
parent126215b8e1fefe0132b7a6fb3caf7c1c129287cb (diff)
downloadFreeBSD-src-3a0b269c552ba520665c78eec1b51d5f818cb975.zip
FreeBSD-src-3a0b269c552ba520665c78eec1b51d5f818cb975.tar.gz
Fix warning - isa/isavar.h is a prerequisite for isa/pnpvar.h
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/bios.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c
index 06eafe0..fdcdbc6 100644
--- a/sys/amd64/amd64/bios.c
+++ b/sys/amd64/amd64/bios.c
@@ -45,11 +45,9 @@
#include <machine/stdarg.h>
#include <machine/vmparam.h>
#include <machine/pc/bios.h>
+#include <isa/isavar.h>
#include <isa/pnpreg.h>
#include <isa/pnpvar.h>
-#if NISA > 0
-#include <isa/isavar.h>
-#endif
#define BIOS_START 0xe0000
#define BIOS_SIZE 0x20000
OpenPOWER on IntegriCloud