diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2022-06-25 03:33:02 +0300 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2022-06-30 19:40:55 +0300 |
commit | fda35af9759552cd8da6c127725d8ef0c751a6e3 (patch) | |
tree | 4bd8cd507d2bea354064ced63603f994c74ca763 /drivers/net/ethernet/intel/igc | |
parent | bf48c3fae6d78d6418f62bd3259cd62dd16f83ec (diff) | |
download | linux-fda35af9759552cd8da6c127725d8ef0c751a6e3.tar.xz |
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 <jesse.brandeburg@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc')
-rw-r--r-- | drivers/net/ethernet/intel/igc/igc_ptp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/igc/igc_ptp.c b/drivers/net/ethernet/intel/igc/igc_ptp.c index 653e9f1e35b5..8dbb9f903ca7 100644 --- a/drivers/net/ethernet/intel/igc/igc_ptp.c +++ b/drivers/net/ethernet/intel/igc/igc_ptp.c @@ -15,7 +15,6 @@ #define INCVALUE_MASK 0x7fffffff #define ISGN 0x80000000 -#define IGC_SYSTIM_OVERFLOW_PERIOD (HZ * 60 * 9) #define IGC_PTP_TX_TIMEOUT (HZ * 15) #define IGC_PTM_STAT_SLEEP 2 |