summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-07 17:05:30 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1997-07-07 17:05:30 +0000
commitc33e60b6281c53bd7ce10b42665543f62c4f5881 (patch)
tree354d6d85ec8a1b046fa5f04a8a149838fbeb4a79
parente79fc8b77afd88bc18842fb08bf03b4094ac21e0 (diff)
I forgot: Removed the unused arg of comprobe1
-rw-r--r--sys/arch/arc/dev/com_lbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/dev/com_lbus.c b/sys/arch/arc/dev/com_lbus.c
index b88cd8a00ee..586a68a7eba 100644
--- a/sys/arch/arc/dev/com_lbus.c
+++ b/sys/arch/arc/dev/com_lbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com_lbus.c,v 1.4 1997/05/01 15:18:13 pefo Exp $ */
+/* $OpenBSD: com_lbus.c,v 1.5 1997/07/07 17:05:29 niklas Exp $ */
/*
* Copyright (c) 1993, 1994 Charles Hannum.
@@ -105,7 +105,7 @@ com_localbus_probe(parent, match, aux)
if (iobase == comconsaddr && !comconsattached) {
return(rv);
}
- rv = comprobe1(iot, ioh, iobase);
+ rv = comprobe1(iot, ioh);
return (rv);
}