summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/ast.c
diff options
context:
space:
mode:
authorniklas <niklas@openbsd.org>1997-07-07 16:38:22 +0000
committerniklas <niklas@openbsd.org>1997-07-07 16:38:22 +0000
commita7e78db1cc2659e13faa43e499a126d2d244a5f5 (patch)
tree7ab1d1f4bfe4c9e3cd82fe62b9a683e8dcab022a /sys/dev/isa/ast.c
parentRemoved an unused arg (diff)
downloadwireguard-openbsd-a7e78db1cc2659e13faa43e499a126d2d244a5f5.tar.xz
wireguard-openbsd-a7e78db1cc2659e13faa43e499a126d2d244a5f5.zip
Removed the unused arg of comprobe1
Diffstat (limited to 'sys/dev/isa/ast.c')
-rw-r--r--sys/dev/isa/ast.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/ast.c b/sys/dev/isa/ast.c
index d467859d3de..fb51817eee6 100644
--- a/sys/dev/isa/ast.c
+++ b/sys/dev/isa/ast.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ast.c,v 1.16 1996/12/03 02:31:57 deraadt Exp $ */
+/* $OpenBSD: ast.c,v 1.17 1997/07/07 16:38:22 niklas Exp $ */
/* $NetBSD: ast.c,v 1.28 1996/05/12 23:51:45 mycroft Exp $ */
/*
@@ -100,7 +100,7 @@ astprobe(parent, self, aux)
rv = 0;
goto out;
}
- rv = comprobe1(iot, ioh, iobase);
+ rv = comprobe1(iot, ioh);
bus_space_unmap(iot, ioh, COM_NPORTS);
if (rv == 0)
goto out;