All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]   2.4.23-pre1 - Missing include in kernel/panic.c
@ 2003-08-30  3:20 Stephane Ouellette
  0 siblings, 0 replies; only message in thread
From: Stephane Ouellette @ 2003-08-30  3:20 UTC (permalink / raw)
  To: marcelo; +Cc: Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

Marcelo,

    the following patch removes a compile warning because 
 disable_console_blank()  is used without a prototype.

Stephane Ouellette


[-- Attachment #2: panic.c-2.4.23-pre1.patch --]
[-- Type: text/plain, Size: 321 bytes --]

--- linux-2.4.23-pre1-orig/kernel/panic.c	Fri Aug 29 12:43:04 2003
+++ linux-2.4.23-pre1-fixed/kernel/panic.c	Fri Aug 29 13:18:51 2003
@@ -16,6 +16,7 @@
 #include <linux/init.h>
 #include <linux/sysrq.h>
 #include <linux/interrupt.h>
+#include <linux/console.h>
 
 asmlinkage void sys_sync(void);	/* it's really int */
 

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

only message in thread, other threads:[~2003-08-30  3:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-30  3:20 [PATCH] 2.4.23-pre1 - Missing include in kernel/panic.c Stephane Ouellette

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.