From: Eric Benard Date: Fri, 18 Jun 2010 04:19:54 +0000 (+0000) Subject: net/fec: clean suspend/resume X-Git-Tag: v2.6.36-rc1~571^2~455 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87cad5c385877ce45244886748564672fd6db035;p=pandora-kernel.git net/fec: clean suspend/resume Commit 59d4289b83b11379d867e2f7146904b19cc96404 converted fec to dev_pm_ops but didn't update the suspend/resume functions thus leading to the following warning : "initialization from incompatible pointer type" when CONFIG_PM is set. This patch also fixe a few indentation and style around CONFIG_PM area. Signed-off-by: Eric Bénard Cc: netdev@vger.kernel.org Cc: davem@davemloft.net Cc: amit.kucheria@canonical.com Cc: s.hauer@pengutronix.de Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: David S. Miller --- Reading git-diff-tree failed