Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c933904 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent 0e2f65ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/mm.h>


/*