]> git.baikalelectronics.ru Git - kernel.git/commit
igb: remove check for needing an io port
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 6 Feb 2009 23:16:04 +0000 (23:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Feb 2009 10:43:03 +0000 (02:43 -0800)
commit4bc47becd51372eacab74cadda8ed1b2dadbbe87
tree47bb9b841c00e665a1d5eaa77cb619dce8455d17
parent4ebc2cf785ec2a7f3fdf342e20528a6c5298cd2b
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>
drivers/net/igb/igb.h
drivers/net/igb/igb_main.c