aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
diff options
context:
space:
mode:
authorAlexander Duyck <alexander.h.duyck@intel.com>2009-02-06 18:16:04 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-07 05:43:03 -0500
commitaed5dec370e294233d647251ce1e5f74d70b09c9 (patch)
tree47bb9b841c00e665a1d5eaa77cb619dce8455d17 /drivers/net/igb/igb.h
parent83b7180d0da2a8ff92baa6a35f6871aeb74d9bec (diff)
igb: remove check for needing an io port
Since igb supports only pci-e nics and there is no plan to support any legacy pci parts in the driver there isn't really much need for checking to see if an io port is needed. In the unlikely event that we do begin supporting legacy pci parts then we can see about adding this code back to the driver. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/igb/igb.h')
-rw-r--r--drivers/net/igb/igb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/igb/igb.h b/drivers/net/igb/igb.h
index 30657ddf4842..530d7aa4cb86 100644
--- a/drivers/net/igb/igb.h
+++ b/drivers/net/igb/igb.h
@@ -273,10 +273,6 @@ struct igb_adapter {
273 unsigned int flags; 273 unsigned int flags;
274 u32 eeprom_wol; 274 u32 eeprom_wol;
275 275
276 /* for ioport free */
277 int bars;
278 int need_ioport;
279
280 struct igb_ring *multi_tx_table[IGB_MAX_TX_QUEUES]; 276 struct igb_ring *multi_tx_table[IGB_MAX_TX_QUEUES];
281 unsigned int tx_ring_count; 277 unsigned int tx_ring_count;
282 unsigned int rx_ring_count; 278 unsigned int rx_ring_count;