Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ofppc/ofppc Remove unnecessary function declarations.



details:   https://anonhg.NetBSD.org/src/rev/3a99a73b6deb
branches:  trunk
changeset: 752899:3a99a73b6deb
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Wed Mar 10 18:18:47 2010 +0000

description:
Remove unnecessary function declarations.

diffstat:

 sys/arch/ofppc/ofppc/machdep.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r f711956f8f06 -r 3a99a73b6deb sys/arch/ofppc/ofppc/machdep.c
--- a/sys/arch/ofppc/ofppc/machdep.c    Wed Mar 10 18:17:42 2010 +0000
+++ b/sys/arch/ofppc/ofppc/machdep.c    Wed Mar 10 18:18:47 2010 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index