From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Righi Subject: [PATCH -mm 7/8] xtensa: fix implicit declaration of function 'PAGE_ALIGN' Date: Thu, 3 Jul 2008 11:59:30 +0200 Message-ID: <1215079171-22637-8-git-send-email-righi.andrea@gmail.com> Return-path: Received: from host198-128-dynamic.19-87-r.retail.telecomitalia.it ([87.19.128.198]:12650 "EHLO linux.localdomain" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1753407AbYGCNOO (ORCPT ); Thu, 3 Jul 2008 09:14:14 -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/xtensa/kernel/setup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/xtensa/kernel/setup.c b/arch/xtensa/kernel/setup.c index 5e6d75c..a00359e 100644 --- a/arch/xtensa/kernel/setup.c +++ b/arch/xtensa/kernel/setup.c @@ -16,6 +16,7 @@ #include #include +#include #include #include #include -- 1.5.4.3