From 385a3caf2ecaf3de07747290e79fa8d1f7c618b5 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Mon, 13 May 2024 01:15:54 +0000 Subject: remove prototypes with no matching function ok mpi@ --- sys/scsi/mpath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/scsi') diff --git a/sys/scsi/mpath.c b/sys/scsi/mpath.c index 049000ba9af..c94a4ff5cf7 100644 --- a/sys/scsi/mpath.c +++ b/sys/scsi/mpath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpath.c,v 1.57 2022/07/02 08:50:42 visa Exp $ */ +/* $OpenBSD: mpath.c,v 1.58 2024/05/13 01:15:53 jsg Exp $ */ /* * Copyright (c) 2009 David Gwynne @@ -34,7 +34,6 @@ int mpath_match(struct device *, void *, void *); void mpath_attach(struct device *, struct device *, void *); -void mpath_shutdown(void *); TAILQ_HEAD(mpath_paths, mpath_path); -- cgit v1.2.3