]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/ipcomp.h
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platf...
[karo-tx-linux.git] / include / net / ipcomp.h
index 2a1092abaa078c790a5203887e503b3278b02245..cc4f30cd7315e9778e49102823c03874a67c0ad1 100644 (file)
@@ -9,7 +9,7 @@ struct crypto_comp;
 
 struct ipcomp_data {
        u16 threshold;
-       struct crypto_comp **tfms;
+       struct crypto_comp * __percpu *tfms;
 };
 
 struct ip_comp_hdr;