diff options
author | Jesse Brandeburg <jesse.brandeburg@intel.com> | 2022-06-24 17:33:02 -0700 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2022-06-30 09:40:55 -0700 |
commit | fda35af9759552cd8da6c127725d8ef0c751a6e3 (patch) | |
tree | 4bd8cd507d2bea354064ced63603f994c74ca763 /drivers/net/ethernet/intel/e100.c | |
parent | bf48c3fae6d78d6418f62bd3259cd62dd16f83ec (diff) | |
download | linux-fda35af9759552cd8da6c127725d8ef0c751a6e3.tar.gz linux-fda35af9759552cd8da6c127725d8ef0c751a6e3.tar.bz2 linux-fda35af9759552cd8da6c127725d8ef0c751a6e3.zip |
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/e100.c')
-rw-r--r-- | drivers/net/ethernet/intel/e100.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e100.c b/drivers/net/ethernet/intel/e100.c index 36418b510dde..11a884aa5082 100644 --- a/drivers/net/ethernet/intel/e100.c +++ b/drivers/net/ethernet/intel/e100.c @@ -1430,7 +1430,6 @@ static int e100_phy_check_without_mii(struct nic *nic) #define MII_NSC_CONG MII_RESV1 #define NSC_CONG_ENABLE 0x0100 #define NSC_CONG_TXREADY 0x0400 -#define ADVERTISE_FC_SUPPORTED 0x0400 static int e100_phy_init(struct nic *nic) { struct net_device *netdev = nic->netdev; |