summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-11-09 22:41:35 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-11-09 22:41:35 +0000
commita4bd63374547388226dffdb965f8f0ab1ed2e637 (patch)
tree8c12fce1f67950b1dd250a78556baefd3d03d39c /sys/dev/ic
parent7f27ac91673d1811118ca9ab748297adb159d8ff (diff)
remove unused functions; ok mglocker@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ufshci.c25
1 files changed, 1 insertions, 24 deletions
diff --git a/sys/dev/ic/ufshci.c b/sys/dev/ic/ufshci.c
index db08cbaae2a..774c6d0f3cf 100644
--- a/sys/dev/ic/ufshci.c
+++ b/sys/dev/ic/ufshci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ufshci.c,v 1.42 2024/10/08 00:46:29 jsg Exp $ */
+/* $OpenBSD: ufshci.c,v 1.43 2024/11/09 22:41:34 jsg Exp $ */
/*
* Copyright (c) 2022 Marcus Glocker <mglocker@openbsd.org>
@@ -97,9 +97,6 @@ void ufshci_ccb_put(void *, void *);
void ufshci_ccb_free(struct ufshci_softc*, int);
void ufshci_scsi_cmd(struct scsi_xfer *);
-void ufshci_minphys(struct buf *, struct scsi_link *);
-int ufshci_scsi_probe(struct scsi_link *);
-void ufshci_scsi_free(struct scsi_link *);
void ufshci_scsi_inquiry(struct scsi_xfer *);
void ufshci_scsi_capacity16(struct scsi_xfer *);
@@ -1553,26 +1550,6 @@ ufshci_scsi_cmd(struct scsi_xfer *xs)
}
void
-ufshci_minphys(struct buf *bp, struct scsi_link *link)
-{
- DPRINTF(3, "%s\n", __func__);
-}
-
-int
-ufshci_scsi_probe(struct scsi_link *link)
-{
- DPRINTF(3, "%s\n", __func__);
-
- return 0;
-}
-
-void
-ufshci_scsi_free(struct scsi_link *link)
-{
- DPRINTF(3, "%s\n", __func__);
-}
-
-void
ufshci_scsi_inquiry(struct scsi_xfer *xs)
{
struct scsi_link *link = xs->sc_link;