Skip to content

Commit f2657cf

Browse files
kuba-mooPaolo Abeni
authored andcommitted
eth: fbnic: remove duplicate FBNIC_MAX_.XQS macros
Somehow we ended up with two copies of FBNIC_MAX_[TR]XQS in fbnic_txrx.h. Remove the one mixed with the struct declarations. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250624142834.3275164-2-kuba@kernel.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent a8a3bdd commit f2657cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/net/ethernet/meta/fbnic/fbnic_txrx.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ struct fbnic_napi_vector {
141141
struct fbnic_q_triad qt[];
142142
};
143143

144-
#define FBNIC_MAX_TXQS 128u
145-
#define FBNIC_MAX_RXQS 128u
146-
147144
netdev_tx_t fbnic_xmit_frame(struct sk_buff *skb, struct net_device *dev);
148145
netdev_features_t
149146
fbnic_features_check(struct sk_buff *skb, struct net_device *dev,

0 commit comments

Comments
 (0)