summaryrefslogtreecommitdiffstats
path: root/package/acx/patches/007-2.6.33_fixes.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-04-24 08:05:49 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-04-24 08:05:49 +0000
commite43a6b684eb31322f10d2b081e6649c32bde8206 (patch)
tree6032f7851e5ec6e67360d0f920006b104382810b /package/acx/patches/007-2.6.33_fixes.patch
parent7314de1e5df7bde16c9e372efe9a2d9fafa73aa7 (diff)
downloadmaster-31e0f0ae-e43a6b684eb31322f10d2b081e6649c32bde8206.tar.gz
master-31e0f0ae-e43a6b684eb31322f10d2b081e6649c32bde8206.tar.bz2
master-31e0f0ae-e43a6b684eb31322f10d2b081e6649c32bde8206.zip
remove old acx driver
SVN-Revision: 31456
Diffstat (limited to 'package/acx/patches/007-2.6.33_fixes.patch')
-rw-r--r--package/acx/patches/007-2.6.33_fixes.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/acx/patches/007-2.6.33_fixes.patch b/package/acx/patches/007-2.6.33_fixes.patch
deleted file mode 100644
index 338b1c66ff..0000000000
--- a/package/acx/patches/007-2.6.33_fixes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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>