fix wprobe build for arm on 3.2
SVN-Revision: 29957
This commit is contained in:
parent
6e20f40d47
commit
b8f41b051f
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue