summaryrefslogtreecommitdiffstats
path: root/patches/jailhouse/jailhouse_0006.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/jailhouse/jailhouse_0006.patch')
-rw-r--r--patches/jailhouse/jailhouse_0006.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/jailhouse/jailhouse_0006.patch b/patches/jailhouse/jailhouse_0006.patch
new file mode 100644
index 0000000..8f0bbaf
--- /dev/null
+++ b/patches/jailhouse/jailhouse_0006.patch
@@ -0,0 +1,9 @@
1diff --git a/lib/ioremap.c b/lib/ioremap.c
2index b808a39..e486ef9 100644
3--- a/lib/ioremap.c
4+++ b/lib/ioremap.c
5@@ -179,3 +179,4 @@ int ioremap_page_range(unsigned long addr,
6
7 return err;
8 }
9+EXPORT_SYMBOL_GPL(ioremap_page_range);