drivers/thirdparty: bnxt: remove ETHTOOL_COALESCE_USE_CQE define
This commit is contained in:
parent
1156757f26
commit
f7f663bb03
|
@ -487,7 +487,6 @@ enum compat_ethtool_reset_flags { ETH_RESET_CRASHDUMP = 1 << 9 };
|
||||||
#define bnxt_set_coalesce(dev, coal, kernel_coal, extack) \
|
#define bnxt_set_coalesce(dev, coal, kernel_coal, extack) \
|
||||||
bnxt_set_coalesce(dev, coal)
|
bnxt_set_coalesce(dev, coal)
|
||||||
|
|
||||||
#define ETHTOOL_COALESCE_USE_CQE 0
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_ETHTOOL_GET_RING_EXT
|
#ifndef HAVE_ETHTOOL_GET_RING_EXT
|
||||||
|
|
Loading…
Reference in New Issue