nvme: remove old spdk_nvme_async_event_config definition
The spdk_nvme_async_event_config structure was very old name definition, since it already has the new name, so remove the old name support finally. Change-Id: Ib4f592298bd6f1de2f2fb78814767ed2b2335dea Signed-off-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/477199 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Alexey Marchuk <alexeymar@mellanox.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
54f81b37ef
commit
2e91b69ccc
@ -659,8 +659,6 @@ union spdk_nvme_feat_async_event_configuration {
|
|||||||
} bits;
|
} bits;
|
||||||
};
|
};
|
||||||
SPDK_STATIC_ASSERT(sizeof(union spdk_nvme_feat_async_event_configuration) == 4, "Incorrect size");
|
SPDK_STATIC_ASSERT(sizeof(union spdk_nvme_feat_async_event_configuration) == 4, "Incorrect size");
|
||||||
/* Old name defined for compatibility */
|
|
||||||
#define spdk_nvme_async_event_config spdk_nvme_feat_async_event_configuration
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Data used by Set Features/Get Features \ref SPDK_NVME_FEAT_AUTONOMOUS_POWER_STATE_TRANSITION
|
* Data used by Set Features/Get Features \ref SPDK_NVME_FEAT_AUTONOMOUS_POWER_STATE_TRANSITION
|
||||||
|
Loading…
Reference in New Issue
Block a user