All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix implicit function declarations in kernel/power/main.c
@ 2006-06-22 22:07 Jesper Juhl
  0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2006-06-22 22:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: Patrick Mochel, Patrick Mochel, Jesper Juhl


This patch fixes two warnings about implicitly declared functions
in kernel/power/main.c : 
  kernel/power/main.c: In function `suspend_prepare':
  kernel/power/main.c:89: warning: implicit declaration of function `suspend_console'
  kernel/power/main.c: In function `suspend_finish':
  kernel/power/main.c:137: warning: implicit declaration of function `resume_console'


Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
---

 kernel/power/main.c |    1 +
 1 files changed, 1 insertion(+)

--- linux-2.6.17-git4-orig/kernel/power/main.c	2006-06-22 23:45:28.000000000 +0200
+++ linux-2.6.17-git4/kernel/power/main.c	2006-06-23 00:01:04.000000000 +0200
@@ -10,6 +10,7 @@
 
 #include <linux/suspend.h>
 #include <linux/kobject.h>
+#include <linux/console.h>
 #include <linux/string.h>
 #include <linux/delay.h>
 #include <linux/errno.h>



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

only message in thread, other threads:[~2006-06-22 22:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-22 22:07 [PATCH] fix implicit function declarations in kernel/power/main.c Jesper Juhl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.