[PATCH] e1000: no need for reboot notifier
authorTony Luck <tony.luck@intel.com>
Thu, 28 Jul 2005 08:07:38 +0000 (01:07 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 28 Jul 2005 15:39:02 +0000 (08:39 -0700)
commit8b378def5a386c4a7f15b51ed79802badb9f5a70
tree52d53a2a28f788a8302a83248bda8ac774076dc4
parentf5c1d5b2aaf9a98f15a6dcdfbba1f494d0aaae52
[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 <tony.luck@intel.com>
Cc: <cramerj@intel.com>
Cc: <john.ronciak@intel.com>
Cc: <ganesh.venkatesan@intel.com>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/net/e1000/e1000_main.c