]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/nvme/host/nvme.h
nvme: don't pass cap to nvme_disable_ctrl
[linux.git] / drivers / nvme / host / nvme.h
index 26540feed511c553308a05439c72c1880e27ed9f..7c86e4bcd2712d0656aa128f2c6d6f64718d5ae6 100644 (file)
@@ -426,7 +426,7 @@ void nvme_complete_rq(struct request *req);
 bool nvme_cancel_request(struct request *req, void *data, bool reserved);
 bool nvme_change_ctrl_state(struct nvme_ctrl *ctrl,
                enum nvme_ctrl_state new_state);
-int nvme_disable_ctrl(struct nvme_ctrl *ctrl, u64 cap);
+int nvme_disable_ctrl(struct nvme_ctrl *ctrl);
 int nvme_enable_ctrl(struct nvme_ctrl *ctrl);
 int nvme_shutdown_ctrl(struct nvme_ctrl *ctrl);
 int nvme_init_ctrl(struct nvme_ctrl *ctrl, struct device *dev,