linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fix build failure in recent pm_prepare_* changes.
@ 2006-02-02 23:45 Dave Jones
  0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2006-02-02 23:45 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Linus Torvalds

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 <davej@redhat.com>

--- linux-2.6.15.noarch/include/linux/suspend.h~	2006-02-02 16:27:38.000000000 -0500
+++ linux-2.6.15.noarch/include/linux/suspend.h	2006-02-02 16:28:07.000000000 -0500
@@ -42,10 +42,6 @@ extern void mark_free_pages(struct zone 
 #ifdef CONFIG_PM
 /* kernel/power/swsusp.c */
 extern int software_suspend(void);
-
-extern int pm_prepare_console(void);
-extern void pm_restore_console(void);
-
 #else
 static inline int software_suspend(void)
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-02 23:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-02 23:45 Fix build failure in recent pm_prepare_* changes Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).