]> www.infradead.org Git - users/sagi/libnvme.git/commitdiff
ioctl: Remove declration of nvme_set_features_iocs_profile()
authorDaniel Wagner <dwagner@suse.de>
Thu, 13 Jan 2022 13:56:34 +0000 (14:56 +0100)
committerDaniel Wagner <dwagner@suse.de>
Thu, 13 Jan 2022 16:25:24 +0000 (17:25 +0100)
There is no implemenation for this function. Remove it.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
src/nvme/ioctl.h

index eb16fac423be6861901cb77feae16e7baade06e8..1cfedf1dba7b5719cc851d9bb17bfd08d78f11e6 100644 (file)
@@ -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