Commit de672b97 authored by Matthew Wilcox's avatar Matthew Wilcox

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: default avatarMatthew Wilcox <matthew.r.wilcox@intel.com>
parent 9d43cf64
...@@ -240,7 +240,6 @@ static int sg_version_num = 30534; /* 2 digits for each component */ ...@@ -240,7 +240,6 @@ static int sg_version_num = 30534; /* 2 digits for each component */
/* NVMe Namespace and Command Defines */ /* NVMe Namespace and Command Defines */
#define NVME_GET_SMART_LOG_PAGE 0x02 #define NVME_GET_SMART_LOG_PAGE 0x02
#define NVME_GET_FEAT_TEMP_THRESH 0x04
#define BYTES_TO_DWORDS 4 #define BYTES_TO_DWORDS 4
#define NVME_MAX_FIRMWARE_SLOT 7 #define NVME_MAX_FIRMWARE_SLOT 7
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment