percpu: add __percpu sparse annotations to net
[safe/jmp/linux-2.6] / include / net / ipcomp.h
index 2a1092a..cc4f30c 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;