From 1a6c2ccd5ec02293f50a1eff26df2f001ec25ae4 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 7 Jul 2010 19:34:48 +0000 Subject: [PATCH] Remove pointless BOOTP conditional. --- sys/ia64/ia64/autoconf.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys/ia64/ia64/autoconf.c b/sys/ia64/ia64/autoconf.c index cf073c83509..1e09eef6d11 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 @@ -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 device_t isa_bus_device = 0; -- 2.45.2