From 5e9a0d7ca4d6a249ad2a0432cf0a12568ac5aee8 Mon Sep 17 00:00:00 2001 From: kiyohara Date: Wed, 10 Mar 2010 18:18:47 +0000 Subject: [PATCH] Remove unnecessary function declarations. --- sys/arch/ofppc/ofppc/machdep.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sys/arch/ofppc/ofppc/machdep.c b/sys/arch/ofppc/ofppc/machdep.c index 5e307a6e5517..ae00545c964a 100644 --- a/sys/arch/ofppc/ofppc/machdep.c +++ b/sys/arch/ofppc/ofppc/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.111 2010/03/10 18:06:57 kiyohara Exp $ */ +/* $NetBSD: machdep.c,v 1.112 2010/03/10 18:18:47 kiyohara Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. @@ -29,7 +29,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.111 2010/03/10 18:06:57 kiyohara Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.112 2010/03/10 18:18:47 kiyohara Exp $"); #include #include @@ -68,9 +68,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.111 2010/03/10 18:06:57 kiyohara Exp $ struct pmap ofw_pmap; char bootpath[256]; -void ofwppc_batinit(void); -void ofppc_bootstrap_console(void); - extern u_int l2cr_config; #if (NRTAS > 0) extern int machine_has_rtas;