diff options
author | Jesse Brandeburg <[email protected]> | 2022-06-24 17:33:02 -0700 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2022-06-30 09:40:55 -0700 |
commit | fda35af9759552cd8da6c127725d8ef0c751a6e3 (patch) | |
tree | 4bd8cd507d2bea354064ced63603f994c74ca763 /drivers/net/ethernet/intel/ixgb/ixgb_param.c | |
parent | bf48c3fae6d78d6418f62bd3259cd62dd16f83ec (diff) |
intel: remove unused macros
As found by the compile option -Wunused-macros, remove these macros
that are never used by the code.
Signed-off-by: Jesse Brandeburg <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ixgb/ixgb_param.c')
-rw-r--r-- | drivers/net/ethernet/intel/ixgb/ixgb_param.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/ethernet/intel/ixgb/ixgb_param.c b/drivers/net/ethernet/intel/ixgb/ixgb_param.c index f0cadd532c53..d40f96250691 100644 --- a/drivers/net/ethernet/intel/ixgb/ixgb_param.c +++ b/drivers/net/ethernet/intel/ixgb/ixgb_param.c @@ -141,8 +141,6 @@ IXGB_PARAM(IntDelayEnable, "Transmit Interrupt Delay Enable"); #define MAX_RDTR 0xFFFF #define MIN_RDTR 0 -#define XSUMRX_DEFAULT OPTION_ENABLED - #define DEFAULT_FCRTL 0x28000 #define DEFAULT_FCRTH 0x30000 #define MIN_FCRTL 0 |