Module Name: src
Committed By: kiyohara
Date: Wed Mar 10 18:18:47 UTC 2010
Modified Files:
src/sys/arch/ofppc/ofppc: machdep.c
Log Message:
Remove unnecessary function declarations.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/ofppc/ofppc/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/ofppc/ofppc/machdep.c
diff -u src/sys/arch/ofppc/ofppc/machdep.c:1.111 src/sys/arch/ofppc/ofppc/machdep.c:1.112
--- src/sys/arch/ofppc/ofppc/machdep.c:1.111 Wed Mar 10 18:06:57 2010
+++ src/sys/arch/ofppc/ofppc/machdep.c Wed Mar 10 18:18:47 2010
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
#include <sys/systm.h>
@@ -68,9 +68,6 @@
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;