From: Andy Gospodarek Date: Wed, 22 Jul 2009 09:34:00 +0000 (+0000) Subject: ixgbe: remove unnecessary call to device_init_wakeup X-Git-Tag: v2.6.31-rc5~83^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffafa60d496f80c250f2ae0340ae94434c0b0b4d;p=pandora-kernel.git 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 Acked-by: Peter P Waskiewicz Jr Signed-off-by: David S. Miller --- Reading git-diff-tree failed