From: Stephane Ouellette <ouellettes@videotron.ca>
To: marcelo@conectiva.com.br
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.4.23-pre1 - Missing include in kernel/panic.c
Date: Fri, 29 Aug 2003 23:20:16 -0400 [thread overview]
Message-ID: <3F5017F0.4090000@videotron.ca> (raw)
[-- 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 */
reply other threads:[~2003-08-30 3:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F5017F0.4090000@videotron.ca \
--to=ouellettes@videotron.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox