igb: remove ASPM L0s workaround
authorAlexander Duyck <alexander.h.duyck@intel.com>
Sun, 15 Mar 2009 05:26:40 +0000 (22:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Mar 2009 05:26:40 +0000 (22:26 -0700)
commit682337fe062e939578d933c74157ae9a36baa4ce
tree0e78f71cbc23e442b31b4e4dd2bb65701a870b33
parentde9307c68624b03d2922a02a661ce31e20f078cc
igb: remove ASPM L0s workaround

The L0s workaround should be moved into a pci quirk and so it is not
necessary in the driver.  This update removes the L0s workaround from the
igb driver.

This was the second half of the PCI quirk patch that Matthew Wilcox did
not pick up when he picked up the quirk patch.

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_main.c