Commit d2692877 authored by Leon Romanovsky's avatar Leon Romanovsky Committed by Jakub Kicinski

bnxt_en: Remove not used other ULP define

There is only one bnxt ULP in the upstream kernel and definition
for other ULP can be safely removed.
Signed-off-by: default avatarLeon Romanovsky <leonro@nvidia.com>
Reviewed-by: default avatarMichael Chan <michael.chan@broadcom.com>
Link: https://lore.kernel.org/r/3a8ea720b28ec4574648012d2a00208f1144eff5.1635527693.git.leonro@nvidia.comSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 5c595791
...@@ -11,8 +11,7 @@ ...@@ -11,8 +11,7 @@
#define BNXT_ULP_H #define BNXT_ULP_H
#define BNXT_ROCE_ULP 0 #define BNXT_ROCE_ULP 0
#define BNXT_OTHER_ULP 1 #define BNXT_MAX_ULP 1
#define BNXT_MAX_ULP 2
#define BNXT_MIN_ROCE_CP_RINGS 2 #define BNXT_MIN_ROCE_CP_RINGS 2
#define BNXT_MIN_ROCE_STAT_CTXS 1 #define BNXT_MIN_ROCE_STAT_CTXS 1
......
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