1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 11:13:53 +02:00

fix wprobe build for arm on 3.2

SVN-Revision: 29957
This commit is contained in:
Florian Fainelli 2012-01-30 14:02:13 +00:00
parent 6e20f40d47
commit b8f41b051f

View 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>