summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 01:20:37 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 01:20:37 +0000
commiteb01ba72c4621007ed1d5163f17a7267a31f87cb (patch)
treeaffbd8cf618b776f0290222f7d7fa4fb7ca891e8 /sys/boot
parentded6baca77327ebef9cecfc99e452d3432d986d5 (diff)
downloadFreeBSD-src-eb01ba72c4621007ed1d5163f17a7267a31f87cb.zip
FreeBSD-src-eb01ba72c4621007ed1d5163f17a7267a31f87cb.tar.gz
We don't need bootinfo any more, and sparc64 doesn't have it anyways.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/load_elf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c
index 81095bc..d6afea2 100644
--- a/sys/boot/common/load_elf.c
+++ b/sys/boot/common/load_elf.c
@@ -33,7 +33,6 @@
#include <sys/linker.h>
#include <sys/module.h>
#include <string.h>
-#include <machine/bootinfo.h>
#include <machine/elf.h>
#include <stand.h>
#define FREEBSD_ELF
OpenPOWER on IntegriCloud