public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jesper Juhl <jesper.juhl@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@osdl.org>,
	Jesper Juhl <jesper.juhl@gmail.com>
Subject: [PATCH] Fix compile warning about mark_rodata_ro in 2.6.15-mm1  (was: Re: 2.6.15-mm1)
Date: Fri, 6 Jan 2006 00:02:49 +0100	[thread overview]
Message-ID: <200601060002.49569.jesper.juhl@gmail.com> (raw)
In-Reply-To: <20060105062249.4bc94697.akpm@osdl.org>

On Thursday 05 January 2006 15:22, Andrew Morton wrote:
> 
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.15/2.6.15-mm1/
> 
I hit a small compile warning with 2.6.15-mm1 : 

 init/main.c: In function `init':
 init/main.c:714: warning: implicit declaration of function `mark_rodata_ro'

Here's a patch.


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

--- linux-2.6.15-mm1-orig/init/main.c	2006-01-05 18:15:43.000000000 +0100
+++ linux-2.6.15-mm1/init/main.c	2006-01-05 23:57:12.000000000 +0100
@@ -53,6 +53,7 @@
 #include <asm/bugs.h>
 #include <asm/setup.h>
 #include <asm/sections.h>
+#include <asm/cacheflush.h>
 
 /*
  * This is one of the first .c files built. Error out early


  parent reply	other threads:[~2006-01-05 23:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-05 14:22 2.6.15-mm1 Andrew Morton
2006-01-05 17:32 ` 2.6.15-mm1 Benoit Boissinot
2006-01-06  2:34   ` 2.6.15-mm1 Dave Jones
2006-01-05 17:37 ` 2.6.15-mm1 Kumar Gala
2006-01-05 23:01   ` 2.6.15-mm1 Andrew Morton
2006-01-05 22:08 ` -mm1: drivers/char/amiserial.c doesn't compile Adrian Bunk
2006-01-05 22:51   ` Alan Cox
2006-01-05 23:02 ` Jesper Juhl [this message]
2006-01-06  2:50 ` 2.6.15-mm1 KAMEZAWA Hiroyuki
2006-01-06 14:54 ` Oops with 2.6.15-mm1 simon schuler
2006-01-06 23:12   ` Andrew Morton
2006-01-07 17:37     ` JANAK DESAI
2006-01-09 16:22       ` JANAK DESAI
2006-01-07  6:30 ` 2.6.15-mm1 Grant Coady

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=200601060002.49569.jesper.juhl@gmail.com \
    --to=jesper.juhl@gmail.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /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