summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-07-07 19:34:48 +0000
committermarcel <marcel@FreeBSD.org>2010-07-07 19:34:48 +0000
commit6268aba2f10f11a5de7d74a292a94611dc9b7292 (patch)
treedd022568bf1405cf5862e665bfe0e8d38592485f /sys/ia64
parent77cfe5af280a84ffe46befeac8278b0e24cba94c (diff)
downloadFreeBSD-src-6268aba2f10f11a5de7d74a292a94611dc9b7292.zip
FreeBSD-src-6268aba2f10f11a5de7d74a292a94611dc9b7292.tar.gz
Remove pointless BOOTP conditional.
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/autoconf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/ia64/ia64/autoconf.c b/sys/ia64/ia64/autoconf.c
index cf073c8..1e09eef 100644
--- a/sys/ia64/ia64/autoconf.c
+++ b/sys/ia64/ia64/autoconf.c
@@ -26,7 +26,6 @@
* $FreeBSD$
*/
-#include "opt_bootp.h"
#include "opt_isa.h"
#include <sys/param.h>
@@ -53,10 +52,6 @@ SYSINIT(configure2, SI_SUB_CONFIGURE, SI_ORDER_THIRD, configure, NULL);
/* SI_ORDER_MIDDLE is hookable */
SYSINIT(configure3, SI_SUB_CONFIGURE, SI_ORDER_ANY, configure_final, NULL);
-#ifdef BOOTP
-void bootpc_init(void);
-#endif
-
#ifdef DEV_ISA
#include <isa/isavar.h>
device_t isa_bus_device = 0;
OpenPOWER on IntegriCloud