[package] fix wprobe build for arm on 3.2
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 Jan 2012 14:02:13 +0000 (14:02 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 Jan 2012 14:02:13 +0000 (14:02 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29957 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/wprobe/src/kernel/wprobe-core.c

index cf0c74a..6ec847a 100644 (file)
@@ -24,6 +24,9 @@
 #else
 #include <linux/list.h>
 #endif
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)
+#include <linux/prefetch.h>
+#endif
 #include <linux/skbuff.h>
 #include <linux/wprobe.h>
 #include <linux/math64.h>
This page took 0.063112 seconds and 4 git commands to generate.