From: Ingo Molnar Date: Fri, 25 Jul 2008 09:32:36 +0000 (+0200) Subject: x86: fix ds.c build error X-Git-Tag: v2.6.28-rc1~711^2^2~13^2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=3c9339049df5cc3a468c11de6c4101a1ea8c3d83;p=linux-2.6-omap-h63xx.git x86: fix ds.c build error fix: arch/x86/kernel/ds.c: In function ‘ds_allocate_buffer': arch/x86/kernel/ds.c:339: error: implicit declaration of function ‘PAGE_ALIGN' Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/ds.c b/arch/x86/kernel/ds.c index 24a323c9599..ab21c270bfa 100644 --- a/arch/x86/kernel/ds.c +++ b/arch/x86/kernel/ds.c @@ -29,6 +29,7 @@ #include #include #include +#include /*