From 0e2ea5030eb564484962982876b0bfcff739b23b Mon Sep 17 00:00:00 2001 From: Michael Knudsen Date: Sat, 22 Aug 2009 03:51:08 +0000 Subject: There is no schsio_print() so get rid of the prototype. --- sys/dev/isa/sch311x.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev') 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 * Copyright (c) 2009 Michael Knudsen @@ -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); -- cgit v1.2.3