summarylogtreecommitdiffstats
path: root/0001-mxser-kernel-4.12-IRQF_DISABLED.patch
blob: 0c1d940d56961942140e8ed56cd2be6a726a9a89 (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
diff -pNaru5 src.old/mxser/driver/mxpcie.h src/mxser/driver/mxpcie.h
--- src.old/mxser/driver/mxpcie.h	2014-02-25 21:53:56.000000000 -0500
+++ src/mxser/driver/mxpcie.h	2017-08-07 01:46:47.231457643 -0400
@@ -360,7 +360,11 @@
 
 #ifndef UCHAR
 typedef unsigned char	UCHAR;
 #endif
 
+#ifndef IRQF_DISABLED
+#define IRQF_DISABLED (0)
+#endif
+
 
 #endif
diff -pNaru5 src.old/mxser/driver/mxser.h src/mxser/driver/mxser.h
--- src.old/mxser/driver/mxser.h	2014-02-25 08:06:30.000000000 -0500
+++ src/mxser/driver/mxser.h	2017-08-07 01:46:53.814505694 -0400
@@ -513,7 +513,10 @@
 
 #ifndef UCHAR
 typedef unsigned char	UCHAR;
 #endif
 
+#ifndef IRQF_DISABLED
+#define IRQF_DISABLED (0)
+#endif
 
 #endif