summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb/igb.h
diff options
context:
space:
mode:
authorAlexander Duyck2009-02-07 00:16:04 +0100
committerDavid S. Miller2009-02-07 11:43:03 +0100
commitaed5dec370e294233d647251ce1e5f74d70b09c9 (patch)
tree47bb9b841c00e665a1d5eaa77cb619dce8455d17 /drivers/net/igb/igb.h
parentigb: move initialization of number of queues into set_interrupt_capability (diff)
downloadkernel-qcow2-linux-aed5dec370e294233d647251ce1e5f74d70b09c9.tar.gz
kernel-qcow2-linux-aed5dec370e294233d647251ce1e5f74d70b09c9.tar.xz
kernel-qcow2-linux-aed5dec370e294233d647251ce1e5f74d70b09c9.zip
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 {
unsigned int flags;
u32 eeprom_wol;
- /* for ioport free */
- int bars;
- int need_ioport;
-
struct igb_ring *multi_tx_table[IGB_MAX_TX_QUEUES];
unsigned int tx_ring_count;
unsigned int rx_ring_count;