From: Ingo Molnar Date: Fri, 25 Jul 2008 09:32:36 +0000 (+0200) Subject: x86: fix ds.c build error X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3c9339049df5cc3a468c11de6c4101a1ea8c3d83;p=linux-beck.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 24a323c95997..ab21c270bfa4 100644 --- a/arch/x86/kernel/ds.c +++ b/arch/x86/kernel/ds.c @@ -29,6 +29,7 @@ #include #include #include +#include /*