linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -mm 1/8] arm: 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/arm/plat-omap/fb.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-omap/fb.c b/arch/arm/plat-omap/fb.c
index 96d6f06..5d10752 100644
--- a/arch/arm/plat-omap/fb.c
+++ b/arch/arm/plat-omap/fb.c
@@ -23,6 +23,7 @@
 
 #include <linux/module.h>
 #include <linux/kernel.h>
+#include <linux/mm.h>
 #include <linux/init.h>
 #include <linux/platform_device.h>
 #include <linux/bootmem.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 1/8] arm: 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).