From 02a147de0c298c612049409fd4d64b12dc3d9ba1 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 11 Jul 2010 19:00:23 +0000 Subject: kernel: fix build problems with recent kernel versions SVN-Revision: 22137 --- package/acx/patches/007-2.6.33_fixes.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/acx/patches/007-2.6.33_fixes.patch (limited to 'package/acx/patches') diff --git a/package/acx/patches/007-2.6.33_fixes.patch b/package/acx/patches/007-2.6.33_fixes.patch new file mode 100644 index 0000000000..338b1c66ff --- /dev/null +++ b/package/acx/patches/007-2.6.33_fixes.patch @@ -0,0 +1,15 @@ +--- a/pci.c ++++ b/pci.c +@@ -35,8 +35,12 @@ + + /* Linux 2.6.18+ uses */ + #ifndef UTS_RELEASE ++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)) ++#include ++#else + #include + #endif ++#endif + + #include /* required for Lx 2.6.8 ?? */ + #include -- cgit v1.2.3