From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Righi Subject: [PATCH -mm 6/8] mips: fix implicit declarations of function 'PAGE_ALIGN' Date: Thu, 3 Jul 2008 11:59:29 +0200 Message-ID: <1215079171-22637-7-git-send-email-righi.andrea@gmail.com> Return-path: Received: from host198-128-dynamic.19-87-r.retail.telecomitalia.it ([87.19.128.198]:12566 "EHLO linux.localdomain" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1758031AbYGCMOT (ORCPT ); Thu, 3 Jul 2008 08:14:19 -0400 In-Reply-To: <> References: <> Sender: linux-arch-owner@vger.kernel.org List-ID: To: akpm@linux-foundation.org Cc: linux-arch@vger.kernel.org, paulus@samba.org, balbir@linux.vnet.ibm.com, Andrea Righi Signed-off-by: Andrea Righi --- arch/mips/kernel/module.c | 1 + arch/mips/sgi-ip27/ip27-klnuma.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/mips/kernel/module.c b/arch/mips/kernel/module.c index e7ed0ac..1f60e27 100644 --- a/arch/mips/kernel/module.c +++ b/arch/mips/kernel/module.c @@ -22,6 +22,7 @@ #include #include +#include #include #include #include diff --git a/arch/mips/sgi-ip27/ip27-klnuma.c b/arch/mips/sgi-ip27/ip27-klnuma.c index 48932ce..d9c79d8 100644 --- a/arch/mips/sgi-ip27/ip27-klnuma.c +++ b/arch/mips/sgi-ip27/ip27-klnuma.c @@ -4,6 +4,7 @@ * Copyright 2000 - 2001 Kanoj Sarcar (kanoj@sgi.com) */ #include +#include #include #include #include -- 1.5.4.3