mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
linux: add patch to fix ARM builds
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
07f53e8651
commit
e88153590c
@ -0,0 +1,13 @@
|
||||
diff --git a/arch/arm/include/asm/pgalloc.h b/arch/arm/include/asm/pgalloc.h
|
||||
index 9763be0..22de005 100644
|
||||
--- a/arch/arm/include/asm/pgalloc.h
|
||||
+++ b/arch/arm/include/asm/pgalloc.h
|
||||
@@ -10,6 +10,8 @@
|
||||
#ifndef _ASMARM_PGALLOC_H
|
||||
#define _ASMARM_PGALLOC_H
|
||||
|
||||
+#include <linux/pagemap.h>
|
||||
+
|
||||
#include <asm/domain.h>
|
||||
#include <asm/pgtable-hwdef.h>
|
||||
#include <asm/processor.h>
|
Loading…
x
Reference in New Issue
Block a user