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
1 changed files with 3 additions and 0 deletions

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>