summaryrefslogtreecommitdiff
blob: 922e74d26ff67dcded0e0afa7bf96a614184fab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: work/pci.c
===================================================================
--- work.orig/pci.c
+++ work/pci.c
@@ -51,6 +51,9 @@
 #include <linux/pm.h>
 #include <linux/vmalloc.h>
 #include <linux/dma-mapping.h>
+#if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17)
+#include <linux/utsrelease.h>
+#endif
 
 #include "acx.h"