mirror of
https://github.com/torvalds/linux.git
synced 2024-11-18 10:01:43 +00:00
RDMA/efa: Remove unused syndrome enum values
The notification syndrome enum values are unused, remove them. Link: https://lore.kernel.org/r/20210126120702.9807-6-galpress@amazon.com Reviewed-by: Firas JahJah <firasj@amazon.com> Signed-off-by: Gal Pressman <galpress@amazon.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
9bf61b8ce5
commit
4629c5d4db
@ -819,12 +819,6 @@ enum efa_admin_aenq_group {
|
||||
EFA_ADMIN_AENQ_GROUPS_NUM = 5,
|
||||
};
|
||||
|
||||
enum efa_admin_aenq_notification_syndrom {
|
||||
EFA_ADMIN_SUSPEND = 0,
|
||||
EFA_ADMIN_RESUME = 1,
|
||||
EFA_ADMIN_UPDATE_HINTS = 2,
|
||||
};
|
||||
|
||||
struct efa_admin_mmio_req_read_less_resp {
|
||||
u16 req_id;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user