From: Andrea Righi <righi.andrea@gmail.com>
To: akpm@linux-foundation.org
Cc: linux-arch@vger.kernel.org, paulus@samba.org,
balbir@linux.vnet.ibm.com, Andrea Righi <righi.andrea@gmail.com>
Subject: [PATCH -mm 4/8] m68k: fix implicit declaration of function 'PAGE_ALIGN'
Date: Thu, 3 Jul 2008 11:59:27 +0200 [thread overview]
Message-ID: <1215079171-22637-5-git-send-email-righi.andrea@gmail.com> (raw)
In-Reply-To: <>
Signed-off-by: Andrea Righi <righi.andrea@gmail.com>
---
arch/m68k/amiga/chipram.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/m68k/amiga/chipram.c b/arch/m68k/amiga/chipram.c
index cbe3653..61df1d3 100644
--- a/arch/m68k/amiga/chipram.c
+++ b/arch/m68k/amiga/chipram.c
@@ -9,6 +9,7 @@
#include <linux/types.h>
#include <linux/kernel.h>
+#include <linux/mm.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/slab.h>
--
1.5.4.3
reply other threads:[~2008-07-03 12:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1215079171-22637-5-git-send-email-righi.andrea@gmail.com \
--to=righi.andrea@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=balbir@linux.vnet.ibm.com \
--cc=linux-arch@vger.kernel.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).