diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-13 01:15:54 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-13 01:15:54 +0000 |
commit | 385a3caf2ecaf3de07747290e79fa8d1f7c618b5 (patch) | |
tree | d780db673ed87979f4e761beb9fceda2b7594fe4 /sys/dev/vscsi.c | |
parent | f30876db80c9d1c4d008da7e477105227561aabc (diff) |
remove prototypes with no matching function
ok mpi@
Diffstat (limited to 'sys/dev/vscsi.c')
-rw-r--r-- | sys/dev/vscsi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/vscsi.c b/sys/dev/vscsi.c index 53adb499ac7..31885a6b9c9 100644 --- a/sys/dev/vscsi.c +++ b/sys/dev/vscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vscsi.c,v 1.62 2023/10/25 09:36:47 mvs Exp $ */ +/* $OpenBSD: vscsi.c,v 1.63 2024/05/13 01:15:50 jsg Exp $ */ /* * Copyright (c) 2008 David Gwynne <dlg@openbsd.org> @@ -41,7 +41,6 @@ int vscsi_match(struct device *, void *, void *); void vscsi_attach(struct device *, struct device *, void *); -void vscsi_shutdown(void *); struct vscsi_ccb { TAILQ_ENTRY(vscsi_ccb) ccb_entry; |