All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm 5/8] m68knommu: fix implicit declaration of function 'PAGE_ALIGN'
@ 2008-07-03  9:59 Andrea Righi
  2008-07-06  4:36 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages 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/m68knommu/kernel/setup.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/m68knommu/kernel/setup.c b/arch/m68knommu/kernel/setup.c
index 03f4fe6..5985f19 100644
--- a/arch/m68knommu/kernel/setup.c
+++ b/arch/m68knommu/kernel/setup.c
@@ -22,6 +22,7 @@
 #include <linux/interrupt.h>
 #include <linux/fb.h>
 #include <linux/module.h>
+#include <linux/mm.h>
 #include <linux/console.h>
 #include <linux/errno.h>
 #include <linux/string.h>
-- 
1.5.4.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-06  4:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03  9:59 [PATCH -mm 5/8] m68knommu: fix implicit declaration of function 'PAGE_ALIGN' Andrea Righi
2008-07-06  4:36 ` Greg Ungerer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.