summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2009-08-22 03:51:08 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2009-08-22 03:51:08 +0000
commit0e2ea5030eb564484962982876b0bfcff739b23b (patch)
tree4a7e68f1b0d9f9665489469ece3703608ec5e2ce /sys/dev
parent856cae8a2f8c6d503b4d47b17e82eac14a1c0f82 (diff)
There is no schsio_print() so get rid of the prototype.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/sch311x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/sch311x.c b/sys/dev/isa/sch311x.c
index 003746843cb..64c2f7e0e06 100644
--- a/sys/dev/isa/sch311x.c
+++ b/sys/dev/isa/sch311x.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sch311x.c,v 1.11 2009/05/07 18:31:20 mk Exp $ */
+/* $OpenBSD: sch311x.c,v 1.12 2009/08/22 03:51:07 mk Exp $ */
/*
* Copyright (c) 2008 Mark Kettenis <kettenis@openbsd.org>
* Copyright (c) 2009 Michael Knudsen <mk@openbsd.org>
@@ -160,7 +160,6 @@ struct schsio_softc {
int schsio_probe(struct device *, void *, void *);
void schsio_attach(struct device *, struct device *, void *);
-int schsio_print(void *, const char *);
static __inline void schsio_config_enable(bus_space_tag_t iot,
bus_space_handle_t ioh);