aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-16 21:09:41 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-16 21:09:41 +0000
commitf770d2d3ddaa6d10eb3806ae6d722a20dad2d72d (patch)
tree7e2e3b178c33a199ac01c174abbce80dc86a5e5b /sys/boot
parent69e74195124d82e802065963228300e7ce9d4b6c (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/boot1/boot1.c1
-rw-r--r--sys/boot/arc/lib/arcdisk.c1
-rw-r--r--sys/boot/arc/lib/devicename.c1
-rw-r--r--sys/boot/ofw/libofw/devicename.c1
-rw-r--r--sys/boot/ofw/libofw/ofw_disk.c1
-rw-r--r--sys/boot/sparc64/boot1/boot1.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/boot/alpha/boot1/boot1.c b/sys/boot/alpha/boot1/boot1.c
index f25b71795be8..94540114b99d 100644
--- a/sys/boot/alpha/boot1/boot1.c
+++ b/sys/boot/alpha/boot1/boot1.c
@@ -33,7 +33,6 @@
#include <string.h>
#include <sys/param.h>
#include <sys/dirent.h>
-#include <sys/disklabel.h>
#include <machine/prom.h>
#include <machine/rpb.h>
diff --git a/sys/boot/arc/lib/arcdisk.c b/sys/boot/arc/lib/arcdisk.c
index a6e99a9ec1f8..41715055de09 100644
--- a/sys/boot/arc/lib/arcdisk.c
+++ b/sys/boot/arc/lib/arcdisk.c
@@ -39,7 +39,6 @@
#include <stand.h>
-#include <sys/disklabel.h>
#include <machine/stdarg.h>
diff --git a/sys/boot/arc/lib/devicename.c b/sys/boot/arc/lib/devicename.c
index 56c8c43d510c..fba8175fd8ea 100644
--- a/sys/boot/arc/lib/devicename.c
+++ b/sys/boot/arc/lib/devicename.c
@@ -28,7 +28,6 @@
#include <stand.h>
#include <string.h>
-#include <sys/disklabel.h>
#include "bootstrap.h"
#include "libarc.h"
diff --git a/sys/boot/ofw/libofw/devicename.c b/sys/boot/ofw/libofw/devicename.c
index 3cb93e5a974d..14a60586be2b 100644
--- a/sys/boot/ofw/libofw/devicename.c
+++ b/sys/boot/ofw/libofw/devicename.c
@@ -27,7 +27,6 @@
*/
#include <stand.h>
-#include <sys/disklabel.h>
#include "libofw.h"
static int ofw_parsedev(struct ofw_devdesc **, const char *, const char **);
diff --git a/sys/boot/ofw/libofw/ofw_disk.c b/sys/boot/ofw/libofw/ofw_disk.c
index c1d01ab36158..b6c3e6c1c949 100644
--- a/sys/boot/ofw/libofw/ofw_disk.c
+++ b/sys/boot/ofw/libofw/ofw_disk.c
@@ -30,7 +30,6 @@
*/
#include <sys/param.h>
-#include <sys/disklabel.h>
#include <netinet/in.h>
diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c
index b650f8b5c522..1b1c1ecf6b31 100644
--- a/sys/boot/sparc64/boot1/boot1.c
+++ b/sys/boot/sparc64/boot1/boot1.c
@@ -20,7 +20,6 @@
__FBSDID("$FreeBSD$");
#include <sys/param.h>
-#include <sys/disklabel.h>
#include <sys/dirent.h>
#include <machine/elf.h>
#include <machine/stdarg.h>