summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/dev/mainbus.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-06 22:46:01 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-06 22:46:01 +0000
commitd0c6492c794f6388d9f91762441f740e4586841c (patch)
treea78a0ae30efff7fedd2120212c9010ffa9c0dabd /sys/arch/mvmeppc/dev/mainbus.c
parent3a8b944f4a03ea8140842e0ea220429ac29d8fd0 (diff)
-Wall -Werror cleanup.
Diffstat (limited to 'sys/arch/mvmeppc/dev/mainbus.c')
-rw-r--r--sys/arch/mvmeppc/dev/mainbus.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mvmeppc/dev/mainbus.c b/sys/arch/mvmeppc/dev/mainbus.c
index 968d1cd5a78..53c8bb892a2 100644
--- a/sys/arch/mvmeppc/dev/mainbus.c
+++ b/sys/arch/mvmeppc/dev/mainbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mainbus.c,v 1.1 2001/06/26 21:57:41 smurph Exp $ */
+/* $OpenBSD: mainbus.c,v 1.2 2001/11/06 22:45:54 miod Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -64,8 +64,6 @@ mbmatch(parent, cfdata, aux)
void *cfdata;
void *aux;
{
- struct cfdata *cf = cfdata;
-
/*
* That one mainbus is always here.
*/
@@ -84,7 +82,6 @@ mbattach(parent, self, aux)
{
struct mainbus_softc *sc = (struct mainbus_softc *)self;
struct confargs nca;
- extern int system_type;
printf("\n");