ocf: update to version 20120127
[openwrt/svn-archive/archive.git] / target / linux / generic / files / crypto / ocf / ocf-compat.h
index b76c369dd6d759852b835cdf64d7c57151b35f2c..4ad12232bcfef3b46481159b6d9e3f0e57c15639 100644 (file)
@@ -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__ */