ixgbe: remove unnecessary call to device_init_wakeup
authorAndy Gospodarek <andy@greyhouse.net>
Wed, 22 Jul 2009 09:34:00 +0000 (09:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jul 2009 18:05:32 +0000 (11:05 -0700)
commitffafa60d496f80c250f2ae0340ae94434c0b0b4d
tree023c7a146714980a945f9ad214983e5da9bc41b7
parent601278659d5717b4f7a14fbc9f2b9d559bba6aef
ixgbe: remove unnecessary call to device_init_wakeup

Calls to device_init_wakeup should not be necessary in drivers that use
device_set_wakeup_enable since pci_pm_init will set the can_wakeup flag
for the device when initialized.

Signed-off-by: Andy Gospodarek <andy@greyhouse.net>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c