diff options
author | 2009-08-22 03:51:07 +0000 | |
---|---|---|
committer | 2009-08-22 03:51:07 +0000 | |
commit | ac5465d13505356a4541cd9a3dc385c495429bf9 (patch) | |
tree | e44a8df71458c0cd7b3109f3d113066fef16a5fb | |
parent | Update pci_intr_establish() prototype. (diff) | |
download | wireguard-openbsd-ac5465d13505356a4541cd9a3dc385c495429bf9.tar.xz wireguard-openbsd-ac5465d13505356a4541cd9a3dc385c495429bf9.zip |
There is no schsio_print() so get rid of the prototype.
-rw-r--r-- | sys/dev/isa/sch311x.c | 3 |
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); |