summaryrefslogtreecommitdiffstats
path: root/crash-driver.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-02-13 06:38:38 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-02-13 06:38:38 -0600
commit040b62651f7e00b8b253344d8a23db9e70c71f6c (patch)
treed85dd72fae59f94ac15b4902df2934053a680db2 /crash-driver.patch
parent866d1567e2be7f57009ec053bb5f125b7d845f03 (diff)
downloadkernel-040b62651f7e00b8b253344d8a23db9e70c71f6c.tar.gz
kernel-040b62651f7e00b8b253344d8a23db9e70c71f6c.tar.xz
kernel-040b62651f7e00b8b253344d8a23db9e70c71f6c.zip
Fix crash driver to use linux/uaccess.h
Diffstat (limited to 'crash-driver.patch')
-rw-r--r--crash-driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/crash-driver.patch b/crash-driver.patch
index 211d67fda..164dc90f5 100644
--- a/crash-driver.patch
+++ b/crash-driver.patch
@@ -326,7 +326,7 @@ index 0000000..085378a
+#include <linux/miscdevice.h>
+#include <linux/init.h>
+#include <asm/io.h>
-+#include <asm/uaccess.h>
++#include <linux/uaccess.h>
+#include <asm/types.h>
+#include <asm/crash-driver.h>
+