[PATCH] Fix build failure in recent pm_prepare_* changes.

Fix compilation problem in PM headers.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Rafael J. Wysocki 2006-02-07 12:58:50 -08:00 committed by Linus Torvalds
parent 7b4fe29e00
commit 46cd2f32ba
3 changed files with 12 additions and 18 deletions

View file

@ -9,7 +9,9 @@
#include <linux/console.h>
#include "power.h"
#ifdef SUSPEND_CONSOLE
#if defined(CONFIG_VT) && defined(CONFIG_VT_CONSOLE)
#define SUSPEND_CONSOLE (MAX_NR_CONSOLES-1)
static int orig_fgconsole, orig_kmsg;
int pm_prepare_console(void)