summaryrefslogtreecommitdiff
path: root/sys-block/rts_pstor/files/rts_pstor-vmalloc.patch
blob: 3b3f4beb885da66e8e179766b555fb89be210f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
diff -Naur rts_pstor.a/ms.c rts_pstor.b/ms.c
--- rts_pstor.a/ms.c	2011-01-11 04:11:07.000000000 -0500
+++ rts_pstor.b/ms.c	2015-09-17 01:28:41.816067799 -0400
@@ -23,6 +23,7 @@
 #include <linux/blkdev.h>
 #include <linux/kthread.h>
 #include <linux/sched.h>
+#include <linux/vmalloc.h>
 
 #include "rtsx.h"
 #include "rtsx_transport.h"
diff -Naur rts_pstor.a/rtsx_chip.c rts_pstor.b/rtsx_chip.c
--- rts_pstor.a/rtsx_chip.c	2011-01-11 04:11:07.000000000 -0500
+++ rts_pstor.b/rtsx_chip.c	2015-09-17 01:28:13.680536901 -0400
@@ -24,6 +24,7 @@
 #include <linux/kthread.h>
 #include <linux/sched.h>
 #include <linux/workqueue.h>
+#include <linux/vmalloc.h>
 
 #include "rtsx.h"
 #include "rtsx_transport.h"
diff -Naur rts_pstor.a/rtsx_scsi.c rts_pstor.b/rtsx_scsi.c
--- rts_pstor.a/rtsx_scsi.c	2011-01-11 04:11:07.000000000 -0500
+++ rts_pstor.b/rtsx_scsi.c	2015-09-17 01:28:42.688053259 -0400
@@ -23,6 +23,7 @@
 #include <linux/blkdev.h>
 #include <linux/kthread.h>
 #include <linux/sched.h>
+#include <linux/vmalloc.h>
 
 #include "rtsx.h"
 #include "rtsx_transport.h"
diff -Naur rts_pstor.a/xd.c rts_pstor.b/xd.c
--- rts_pstor.a/xd.c	2011-01-11 04:11:07.000000000 -0500
+++ rts_pstor.b/xd.c	2015-09-17 01:28:42.689053242 -0400
@@ -23,6 +23,7 @@
 #include <linux/blkdev.h>
 #include <linux/kthread.h>
 #include <linux/sched.h>
+#include <linux/vmalloc.h>
 
 #include "rtsx.h"
 #include "rtsx_transport.h"