diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-25 05:32:36 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-25 05:37:24 -0400 |
commit | 3c9339049df5cc3a468c11de6c4101a1ea8c3d83 (patch) | |
tree | 829dd31b4c2c647b215bb7a040cfa5df6ffcda5d /arch/x86/kernel/ds.c | |
parent | 0e2f65ee30eee2db054f7fd73f462c5da33ec963 (diff) |
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 <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/ds.c')
-rw-r--r-- | arch/x86/kernel/ds.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
29 | #include <linux/string.h> | 29 | #include <linux/string.h> |
30 | #include <linux/slab.h> | 30 | #include <linux/slab.h> |
31 | #include <linux/sched.h> | 31 | #include <linux/sched.h> |
32 | #include <linux/mm.h> | ||
32 | 33 | ||
33 | 34 | ||
34 | /* | 35 | /* |