e100: fix napi ifdefs removing needed code
authorAuke Kok <auke-jan.h.kok@intel.com>
Wed, 31 Jan 2007 19:02:46 +0000 (11:02 -0800)
committerJeff Garzik <jeff@garzik.org>
Fri, 2 Feb 2007 13:34:10 +0000 (08:34 -0500)
e100: fix napi ifdefs removing needed code

From: Auke Kok <auke-jan.h.kok@intel.com>

The e100 driver is NAPI mode only. We need to netif_poll_disable
during suspend and shutdown. The non-NAPI driver code was removed
and is only avaiable in the out-of-tree e100 kernel driver.

Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found