All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Sasha Neftin <sasha.neftin@intel.com>,
	netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com,
	Aaron Brown <aaron.f.brown@intel.com>,
	Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Subject: [net-next v3 9/9] igc: Remove unneeded register
Date: Thu, 14 May 2020 21:21:39 -0700	[thread overview]
Message-ID: <20200515042139.749859-10-jeffrey.t.kirsher@intel.com> (raw)
In-Reply-To: <20200515042139.749859-1-jeffrey.t.kirsher@intel.com>

From: Sasha Neftin <sasha.neftin@intel.com>

Flow control status register not applicable for i225 parts
so clean up the unneeded define.

Signed-off-by: Sasha Neftin <sasha.neftin@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 drivers/net/ethernet/intel/igc/igc_regs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/igc/igc_regs.h b/drivers/net/ethernet/intel/igc/igc_regs.h
index 633545977a65..5a6110e211fd 100644
--- a/drivers/net/ethernet/intel/igc/igc_regs.h
+++ b/drivers/net/ethernet/intel/igc/igc_regs.h
@@ -35,7 +35,6 @@
 #define IGC_FCRTL		0x02160  /* FC Receive Threshold Low - RW */
 #define IGC_FCRTH		0x02168  /* FC Receive Threshold High - RW */
 #define IGC_FCRTV		0x02460  /* FC Refresh Timer Value - RW */
-#define IGC_FCSTS		0x02464  /* FC Status - RO */
 
 /* PCIe Register Description */
 #define IGC_GCR			0x05B00  /* PCIe control- RW */
-- 
2.26.2


      parent reply	other threads:[~2020-05-15  4:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-15  4:21 [net-next v3 0/9][pull request] 1GbE Intel Wired LAN Driver Updates 2020-05-14 Jeff Kirsher
2020-05-15  4:21 ` [net-next v3 1/9] igc: Add ECN support for TSO Jeff Kirsher
2020-05-15  4:21 ` [net-next v3 2/9] igc: Use netdev log helpers in igc_main.c Jeff Kirsher
2020-05-15  4:21 ` [net-next v3 3/9] igc: add support to eeprom, registers and link self-tests Jeff Kirsher
2020-05-15  4:21 ` [net-next v3 4/9] igc: Use netdev log helpers in igc_ethtool.c Jeff Kirsher
2020-05-15 16:46   ` Andre Guedes
2020-05-15  4:21 ` [net-next v3 5/9] igc: Use netdev log helpers in igc_ptp.c Jeff Kirsher
2020-05-15  4:21 ` [net-next v3 6/9] igc: Use netdev log helpers in igc_dump.c Jeff Kirsher
2020-05-15  4:21 ` [net-next v3 7/9] igc: Use netdev log helpers in igc_base.c Jeff Kirsher
2020-05-15  4:21 ` [net-next v3 8/9] igc: Remove unneeded definition Jeff Kirsher
2020-05-15  4:21 ` Jeff Kirsher [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200515042139.749859-10-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=aaron.f.brown@intel.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=sasha.neftin@intel.com \
    --cc=sassmann@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.