projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: ar8216: rename ar8216_ops to ar8216_sw_ops
[openwrt.git]
/
target
/
linux
/
generic
/
files
/
crypto
/
ocf
/
ocf-compat.h
diff --git
a/target/linux/generic/files/crypto/ocf/ocf-compat.h
b/target/linux/generic/files/crypto/ocf/ocf-compat.h
index
2d98536
..
b76c369
100644
(file)
--- a/
target/linux/generic/files/crypto/ocf/ocf-compat.h
+++ b/
target/linux/generic/files/crypto/ocf/ocf-compat.h
@@
-359,6
+359,15
@@
static inline int ocf_run_thread(void *arg)
#include <linux/kthread.h>
#endif
#include <linux/kthread.h>
#endif
+#include <linux/skbuff.h>
+
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)
+static inline struct page *skb_frag_page(const skb_frag_t *frag)
+{
+ return frag->page;
+}
+#endif
+
#endif /* __KERNEL__ */
/****************************************************************************/
#endif /* __KERNEL__ */
/****************************************************************************/
This page took
0.023808 seconds
and
4
git commands to generate.