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"