commit | ffafa60d496f80c250f2ae0340ae94434c0b0b4d | [log] [tgz] |
---|---|---|
author | Andy Gospodarek <andy@greyhouse.net> | Wed Jul 22 09:34:00 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 23 11:05:32 2009 -0700 |
tree | 023c7a146714980a945f9ad214983e5da9bc41b7 | |
parent | 601278659d5717b4f7a14fbc9f2b9d559bba6aef [diff] |
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>