From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Righi Subject: [PATCH -mm 2/8] avr32: fix implicit declaration of function 'PAGE_ALIGN' Date: Thu, 3 Jul 2008 11:59:25 +0200 Message-ID: <1215079171-22637-3-git-send-email-righi.andrea@gmail.com> Return-path: Received: from host198-128-dynamic.19-87-r.retail.telecomitalia.it ([87.19.128.198]:12610 "EHLO linux.localdomain" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1760463AbYGCMoP (ORCPT ); Thu, 3 Jul 2008 08:44:15 -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/avr32/mm/ioremap.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/avr32/mm/ioremap.c b/arch/avr32/mm/ioremap.c index 3437c82..f03b79f 100644 --- a/arch/avr32/mm/ioremap.c +++ b/arch/avr32/mm/ioremap.c @@ -6,6 +6,7 @@ * published by the Free Software Foundation. */ #include +#include #include #include -- 1.5.4.3