From: Auke Kok Date: Tue, 27 Jun 2006 16:06:36 +0000 (-0700) Subject: e1000: fix CONFIG_PM blocks X-Git-Tag: v2.6.18-rc2~255^2~1^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdfef162426766611b1f640138e4720f56e45f8;p=pandora-kernel.git e1000: fix CONFIG_PM blocks e1000_suspend is called even when !CONFIG_PM. The non-PM code inside of it is properly #ifdef'd. This fixes the compiler warnings when !CONFIG_PM. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok --- Reading git-diff-tree failed