aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2010-07-07 19:34:48 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2010-07-07 19:34:48 +0000
commit1a6c2ccd5ec02293f50a1eff26df2f001ec25ae4 (patch)
treedd022568bf1405cf5862e665bfe0e8d38592485f /sys/ia64
parent58bf34c3275c46ae5a926d8d6bf6d751dc59ccdb (diff)
downloadsrc-1a6c2ccd5ec02293f50a1eff26df2f001ec25ae4.tar.gz
src-1a6c2ccd5ec02293f50a1eff26df2f001ec25ae4.zip
Remove pointless BOOTP conditional.
Notes
Notes: svn path=/head/; revision=209775
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 cf073c835095..1e09eef6d114 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;