From: Mike Frysinger Date: Wed, 7 Jan 2009 15:14:39 +0000 (+0800) Subject: Blackfin arch: include linux/mm.h since we use PAGE_ALIGN and such X-Git-Tag: v2.6.29-rc1~189^2~58 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=259fea42e66e62226c310a6646049b99912af7cc;p=linux-2.6-omap-h63xx.git Blackfin arch: include linux/mm.h since we use PAGE_ALIGN and such Signed-off-by: Mike Frysinger Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c index 56b8b4cff99..fff8c7cf0e3 100644 --- a/arch/blackfin/kernel/setup.c +++ b/arch/blackfin/kernel/setup.c @@ -13,6 +13,7 @@ #include #include #include +#include #include #include #include