summaryrefslogtreecommitdiffstats
path: root/crash-driver.patch
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2018-12-31 14:40:58 -0800
committerLaura Abbott <labbott@redhat.com>2018-12-31 14:40:58 -0800
commitb27aa7db552a3b027b5a708e20c014de7ca83e20 (patch)
tree21254ab9c0bb34d61081c0b7edd0af47eb967d18 /crash-driver.patch
parentc97d3b0f76ba9a2e0840f1f5baaf733db00c8fcd (diff)
downloadkernel-b27aa7db552a3b027b5a708e20c014de7ca83e20.tar.gz
kernel-b27aa7db552a3b027b5a708e20c014de7ca83e20.tar.xz
kernel-b27aa7db552a3b027b5a708e20c014de7ca83e20.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>
+