From: jsg Date: Sun, 9 Jun 2024 03:21:54 +0000 (+0000) Subject: remove prototypes for functions removed in rev 1.34 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9db2b57aa93fc282b995c944a9e2ce8cba91691e;p=openbsd remove prototypes for functions removed in rev 1.34 --- diff --git a/sys/dev/ic/ufshci.c b/sys/dev/ic/ufshci.c index 7267c6b7a2a..75415458d94 100644 --- a/sys/dev/ic/ufshci.c +++ b/sys/dev/ic/ufshci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ufshci.c,v 1.34 2024/06/05 04:58:05 mglocker Exp $ */ +/* $OpenBSD: ufshci.c,v 1.35 2024/06/09 03:21:54 jsg Exp $ */ /* * Copyright (c) 2022 Marcus Glocker @@ -89,8 +89,6 @@ int ufshci_utr_cmd_sync(struct ufshci_softc *, struct ufshci_ccb *, struct scsi_xfer *, uint32_t, uint16_t); int ufshci_xfer_complete(struct ufshci_softc *); -int ufshci_powerdown(struct ufshci_softc *); -int ufshci_resume(struct ufshci_softc *); /* SCSI */ int ufshci_ccb_alloc(struct ufshci_softc *, int);