mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
RDMA/efa: Remove duplicate aenq enable macro
We have the same macro in main and verbs files and we don't use the macro in the verbs file, remove it. Link: https://lore.kernel.org/r/20240624160918.27060-3-mrgolin@amazon.com Reviewed-by: Yossi Leybovich <sleybo@amazon.com> Signed-off-by: Yonatan Nachum <ynachum@amazon.com> Signed-off-by: Michael Margolin <mrgolin@amazon.com> Reviewed-by: Gal Pressman <gal.pressman@linux.dev> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
47f9b4190a
commit
fe0812e4bc
|
|
@ -26,10 +26,6 @@ enum {
|
||||||
EFA_MMAP_IO_NC,
|
EFA_MMAP_IO_NC,
|
||||||
};
|
};
|
||||||
|
|
||||||
#define EFA_AENQ_ENABLED_GROUPS \
|
|
||||||
(BIT(EFA_ADMIN_FATAL_ERROR) | BIT(EFA_ADMIN_WARNING) | \
|
|
||||||
BIT(EFA_ADMIN_NOTIFICATION) | BIT(EFA_ADMIN_KEEP_ALIVE))
|
|
||||||
|
|
||||||
struct efa_user_mmap_entry {
|
struct efa_user_mmap_entry {
|
||||||
struct rdma_user_mmap_entry rdma_entry;
|
struct rdma_user_mmap_entry rdma_entry;
|
||||||
u64 address;
|
u64 address;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user