From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <46F7B23D.7080101@fr.ibm.com> Date: Mon, 24 Sep 2007 14:49:01 +0200 From: Cedric Le Goater MIME-Version: 1.0 Subject: Re: 2.6.23-rc7-mm1 -- s390 compile failures References: <20070924021716.9bfe7dfb.akpm@linux-foundation.org> <20070924123207.GB30855@shadowen.org> In-Reply-To: <20070924123207.GB30855@shadowen.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Andy Whitcroft Cc: Andrew Morton , linux-kernel@vger.kernel.org, Martin Schwidefsky , Heiko Carstens , linux390@de.ibm.com, linux-s390@vger.kernel.org, David Rientjes List-ID: Andy Whitcroft wrote: > Getting compile errors on S390: > > CC arch/s390/mm/cmm.o > arch/s390/mm/cmm.c: In function `cmm_init': > arch/s390/mm/cmm.c:431: error: implicit declaration of function > `register_oom_notifier' > arch/s390/mm/cmm.c:443: error: implicit declaration of function > `unregister_oom_notifier' > make[1]: *** [arch/s390/mm/cmm.o] Error 1 > make: *** [arch/s390/mm] Error 2 yes. It's from oom-move-prototypes-to-appropriate-header-file.patch. I think this patch fixes it. C. Signed-off-by: Cedric Le Goater --- arch/s390/mm/cmm.c | 1 + 1 file changed, 1 insertion(+) Index: 2.6.23-rc7-mm1/arch/s390/mm/cmm.c =================================================================== --- 2.6.23-rc7-mm1.orig/arch/s390/mm/cmm.c +++ 2.6.23-rc7-mm1/arch/s390/mm/cmm.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include