* fix console suspend compile failure.
@ 2006-06-22 18:30 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2006-06-22 18:30 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, Linux Kernel
kernel/power/main.c: In function 'suspend_prepare':
kernel/power/main.c:89: error: implicit declaration of function 'suspend_console'
kernel/power/main.c: In function 'suspend_finish':
kernel/power/main.c:137: error: implicit declaration of function 'resume_console'
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6.17.noarch/kernel/power/main.c~ 2006-06-22 13:45:57.827853000 -0400
+++ linux-2.6.17.noarch/kernel/power/main.c 2006-06-22 13:46:09.894764000 -0400
@@ -15,7 +15,7 @@
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/pm.h>
-
+#include <linux/console.h>
#include "power.h"
--
http://www.codemonkey.org.uk
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-22 18:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-22 18:30 fix console suspend compile failure Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox