mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
[package] fix wprobe build for arm on 3.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29957 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b184c28010
commit
eccc813c59
@ -24,6 +24,9 @@
|
|||||||
#else
|
#else
|
||||||
#include <linux/list.h>
|
#include <linux/list.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,2,0)
|
||||||
|
#include <linux/prefetch.h>
|
||||||
|
#endif
|
||||||
#include <linux/skbuff.h>
|
#include <linux/skbuff.h>
|
||||||
#include <linux/wprobe.h>
|
#include <linux/wprobe.h>
|
||||||
#include <linux/math64.h>
|
#include <linux/math64.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user