* [PATCH -mm 2/8] avr32: fix implicit declaration of function 'PAGE_ALIGN'
@ 2008-07-03 9:59 Andrea Righi
0 siblings, 0 replies; only message in thread
From: Andrea Righi @ 2008-07-03 9:59 UTC (permalink / raw)
To: akpm; +Cc: linux-arch, paulus, balbir, Andrea Righi
Signed-off-by: Andrea Righi <righi.andrea@gmail.com>
---
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 <linux/vmalloc.h>
+#include <linux/mm.h>
#include <linux/module.h>
#include <linux/io.h>
--
1.5.4.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-03 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03 9:59 [PATCH -mm 2/8] avr32: fix implicit declaration of function 'PAGE_ALIGN' Andrea Righi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).