You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
343 B
16 lines
343 B
15 years ago
|
--- a/pci.c
|
||
|
+++ b/pci.c
|
||
|
@@ -35,8 +35,12 @@
|
||
|
|
||
|
/* Linux 2.6.18+ uses <linux/utsrelease.h> */
|
||
|
#ifndef UTS_RELEASE
|
||
|
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33))
|
||
|
+#include <generated/utsrelease.h>
|
||
|
+#else
|
||
|
#include <linux/utsrelease.h>
|
||
|
#endif
|
||
|
+#endif
|
||
|
|
||
|
#include <linux/compiler.h> /* required for Lx 2.6.8 ?? */
|
||
|
#include <linux/kernel.h>
|