Revert "PCI: update bridge resources to get more big ranges in PCI assign unssigned"
[pandora-kernel.git] / 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;