浏览代码

NVMe: Delete NVME_GET_FEAT_TEMP_THRESH

This define isn't used, and any code that wanted to use it should use
NVME_FEAT_TEMP_THRESH instead.

Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Matthew Wilcox 11 年之前
父节点
当前提交
de672b9748
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/block/nvme-scsi.c

+ 0 - 1
drivers/block/nvme-scsi.c

@@ -240,7 +240,6 @@ static int sg_version_num = 30534;	/* 2 digits for each component */
 
 /* NVMe Namespace and Command Defines */
 #define NVME_GET_SMART_LOG_PAGE				0x02
-#define NVME_GET_FEAT_TEMP_THRESH			0x04
 #define BYTES_TO_DWORDS					4
 #define NVME_MAX_FIRMWARE_SLOT				7