summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-29 08:33:55 +0000
committerpeter <peter@FreeBSD.org>2001-01-29 08:33:55 +0000
commit3e603c759593ca223d142ba24fdd0f0e1bfbb7d3 (patch)
tree49699693cf7d4fcdad3e1e62a6bb405a9e0d7193 /sys
parentb9d37e7440e20ab6e0cc935c30683187d707b3aa (diff)
downloadFreeBSD-src-3e603c759593ca223d142ba24fdd0f0e1bfbb7d3.zip
FreeBSD-src-3e603c759593ca223d142ba24fdd0f0e1bfbb7d3.tar.gz
Remove stray #include "isa.h"
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/bios.c2
-rw-r--r--sys/i386/i386/bios.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c
index e90de29..cd90488 100644
--- a/sys/amd64/amd64/bios.c
+++ b/sys/amd64/amd64/bios.c
@@ -31,8 +31,6 @@
* Code for dealing with the BIOS in x86 PC systems.
*/
-#include "isa.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
diff --git a/sys/i386/i386/bios.c b/sys/i386/i386/bios.c
index e90de29..cd90488 100644
--- a/sys/i386/i386/bios.c
+++ b/sys/i386/i386/bios.c
@@ -31,8 +31,6 @@
* Code for dealing with the BIOS in x86 PC systems.
*/
-#include "isa.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
OpenPOWER on IntegriCloud