From: Tony Luck Date: Thu, 28 Jul 2005 08:07:38 +0000 (-0700) Subject: [PATCH] e1000: no need for reboot notifier X-Git-Tag: v2.6.13-rc4~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b378def5a386c4a7f15b51ed79802badb9f5a70;p=pandora-kernel.git [PATCH] e1000: no need for reboot notifier sys_reboot() now calls device_suspend(), so it is no longer necessary for the e1000 driver to register a reboot notifier [in fact doing so results in e1000_suspend() getting called twice]. (akpm: we need to fast-track this. It's causing ia64 to oops on shutdown) Signed-off-by: Tony Luck Cc: Cc: Cc: Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed