projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e2f65e
)
x86: fix ds.c build error
author
Ingo Molnar
<mingo@elte.hu>
Fri, 25 Jul 2008 09:32:36 +0000
(11:32 +0200)
committer
Ingo 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/ds.c
b/arch/x86/kernel/ds.c
index 24a323c95997c60148177aebbeb5b86cd53b7183..ab21c270bfa4c59f7f179310ff638db68d461c50 100644
(file)
--- a/
arch/x86/kernel/ds.c
+++ b/
arch/x86/kernel/ds.c
@@
-29,6
+29,7
@@
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/sched.h>
+#include <linux/mm.h>
/*