From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tglx.tec.linutronix.de (pD953A967.dip.t-dialin.net [217.83.169.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 3AECE2BF0E for ; Sun, 9 Jan 2005 23:27:49 +1100 (EST) Date: Sun, 9 Jan 2005 13:27:27 +0100 From: tglx@linutronix.de Message-ID: <20050109132725.1.patchmail@tglx> Mime-Version: 1.0 Content-Type: text/plain To: trini@kernel.crashing.org Cc: akpm@osdl.org, linuxppc-embedded@ozlabs.org Subject: [PATCH 2.6.10-mm2] Include missing header (PPC) List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Include missing header to avoid implicit function declaration warnings Signed-off-by: Thomas Gleixner --- init.c | 1 + 1 files changed, 1 insertion(+) --- Index: 2.6.10-mm2/arch/ppc/mm/init.c =================================================================== --- 2.6.10-mm2/arch/ppc/mm/init.c (revision 141) +++ 2.6.10-mm2/arch/ppc/mm/init.c (working copy) @@ -31,6 +31,7 @@ #include #include #include +#include #include #include