From: Mark Einon Date: Fri, 4 Nov 2011 17:58:02 +0000 (+0000) Subject: linux-next: et131x: Fix build error when CONFIG_PM_SLEEP not enabled X-Git-Tag: v3.2-rc3~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e9ff8d917af622785b5b9f46d849b7eee43b29c;p=pandora-kernel.git linux-next: et131x: Fix build error when CONFIG_PM_SLEEP not enabled Randy Dunlap reports that the ex131x driver doesn't build when CONFIG_PM_SLEEP is not enabled. This bug was introduced when moving code around to remove some forward declarations earlier, the #endif part of #ifdef CONFIG_PM_SLEEP was not moved at the same time. Now fixed by moving it to its proper place. Reported-by: Randy Dunlap Signed-off-by: Mark Einon Acked-by: Randy Dunlap Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed