diff options
author | Luka Perkov <luka@openwrt.org> | 2012-07-11 23:38:14 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-07-11 23:38:14 +0000 |
commit | 283021ac15faec84a1764d7883cfb47db7847d0c (patch) | |
tree | 650deb33e8131cc58fffb4f50ee3a1727ca4dfc3 /target/linux/generic/files/crypto/ocf/ocf-compat.h | |
parent | 5e4100bcf905e6d7888a30f65444ea9f326fea47 (diff) | |
download | mtk-20170518-283021ac15faec84a1764d7883cfb47db7847d0c.zip mtk-20170518-283021ac15faec84a1764d7883cfb47db7847d0c.tar.gz mtk-20170518-283021ac15faec84a1764d7883cfb47db7847d0c.tar.bz2 |
ocf: update to version 20120127
SVN-Revision: 32672
Diffstat (limited to 'target/linux/generic/files/crypto/ocf/ocf-compat.h')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/ocf-compat.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/target/linux/generic/files/crypto/ocf/ocf-compat.h b/target/linux/generic/files/crypto/ocf/ocf-compat.h index b76c369..4ad1223 100644 --- a/target/linux/generic/files/crypto/ocf/ocf-compat.h +++ b/target/linux/generic/files/crypto/ocf/ocf-compat.h @@ -287,6 +287,8 @@ static inline void *sg_virt(struct scatterlist *sg) #define sg_init_table(sg, n) +#define sg_mark_end(sg) + #endif #ifndef late_initcall @@ -359,13 +361,9 @@ static inline int ocf_run_thread(void *arg) #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; -} +#define skb_frag_page(x) ((x)->page) #endif #endif /* __KERNEL__ */ |