x86: fix ds.c build error
authorIngo Molnar <mingo@elte.hu>
Fri, 25 Jul 2008 09:32:36 +0000 (11:32 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 25 Jul 2008 09:37:24 +0000 (11:37 +0200)
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 <mingo@elte.hu>
arch/x86/kernel/ds.c

index 24a323c..ab21c27 100644 (file)
@@ -29,6 +29,7 @@
 #include <linux/string.h>
 #include <linux/slab.h>
 #include <linux/sched.h>
+#include <linux/mm.h>
 
 
 /*