From: Dave Jones Date: Fri, 3 Feb 2006 11:03:44 +0000 (-0800) Subject: [PATCH] Fix build failure in recent pm_prepare_* changes. X-Git-Tag: v2.6.16-rc3~292 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c1633bdb844ec5b4ac15c97ab8927d80550c42;p=pandora-kernel.git [PATCH] Fix build failure in recent pm_prepare_* changes. kernel/power/power.h:49: error: static declaration of 'pm_prepare_console' follows non-static declaration include/linux/suspend.h:46: error: previous declaration of 'pm_prepare_console' was here kernel/power/power.h:50: error: static declaration of 'pm_restore_console' follows non-static declaration include/linux/suspend.h:47: error: previous declaration of 'pm_restore_console' was here Signed-off-by: Dave Jones Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed