From: Daniel Wagner Date: Thu, 13 Jan 2022 13:56:34 +0000 (+0100) Subject: ioctl: Remove declration of nvme_set_features_iocs_profile() X-Git-Tag: v1.0-rc0~3^2~30 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=70c9a1a486b9743c00516778bdcc24301e43e299;p=users%2Fsagi%2Flibnvme.git ioctl: Remove declration of nvme_set_features_iocs_profile() There is no implemenation for this function. Remove it. Signed-off-by: Daniel Wagner --- diff --git a/src/nvme/ioctl.h b/src/nvme/ioctl.h index eb16fac4..1cfedf1d 100644 --- a/src/nvme/ioctl.h +++ b/src/nvme/ioctl.h @@ -2231,18 +2231,6 @@ int nvme_set_features_resv_persist(int fd, bool ptpl, bool save, __u32 *result); */ int nvme_set_features_write_protect(int fd, enum nvme_feat_nswpcfg_state state, bool save, __u32 *result); - -/** - * nvme_set_features_iocs_profile() - - * @fd: File descriptor of nvme device - * @iocsi: IO Command Set Combination Index - * @save: Save value across power states - * - * Return: The nvme command status if a response was received (see - * &enum nvme_status_field) or -1 with errno set otherwise. - */ -int nvme_set_features_iocs_profile(int fd, __u8 iocsi, bool save); - /** * nvme_get_features_args - Arguments for the NVMe Admin Get Feature command * @fd: File descriptor of nvme device