summaryrefslogtreecommitdiffstats
path: root/sys/boot/arc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-04 16:35:16 +0000
committerphk <phk@FreeBSD.org>2003-04-04 16:35:16 +0000
commit84d6b36e309c74d75565793688f01807fb1340f6 (patch)
treea6b84bed6839656a8003f724b1f2eec04ec03e0f /sys/boot/arc
parent4ea6a23f8df49350892e9ec146853181cbce31bb (diff)
downloadFreeBSD-src-84d6b36e309c74d75565793688f01807fb1340f6.zip
FreeBSD-src-84d6b36e309c74d75565793688f01807fb1340f6.tar.gz
Libdisk does not need to include <sys/diskslice.h> any more.
Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h> Move i386/pc98 specific bits from <sys/reboot.h> to <i386/include/bootinfo.h> as well. Adjust includes in sys/boot accordingly.
Diffstat (limited to 'sys/boot/arc')
-rw-r--r--sys/boot/arc/lib/arcdisk.c1
-rw-r--r--sys/boot/arc/lib/bootinfo.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/arc/lib/arcdisk.c b/sys/boot/arc/lib/arcdisk.c
index 116c07c..a6e99a9 100644
--- a/sys/boot/arc/lib/arcdisk.c
+++ b/sys/boot/arc/lib/arcdisk.c
@@ -40,7 +40,6 @@
#include <stand.h>
#include <sys/disklabel.h>
-#include <sys/diskslice.h>
#include <machine/stdarg.h>
diff --git a/sys/boot/arc/lib/bootinfo.c b/sys/boot/arc/lib/bootinfo.c
index a0b858c..cea3b1b 100644
--- a/sys/boot/arc/lib/bootinfo.c
+++ b/sys/boot/arc/lib/bootinfo.c
@@ -29,7 +29,6 @@
#include <stand.h>
#include <string.h>
#include <sys/param.h>
-#include <sys/reboot.h>
#include <sys/linker.h>
#include <machine/elf.h>
#include <machine/prom.h>
OpenPOWER on IntegriCloud