crypto: remove CONFIG_CRYPTO_STATS
[linux-2.6-block.git] / include / crypto / algapi.h
index 7a4a71af653fa84b80f888ec695c9deacc91e77b..156de41ca760acf9035bfae9e8ed90091af13a68 100644 (file)
@@ -61,9 +61,6 @@ struct crypto_type {
        void (*show)(struct seq_file *m, struct crypto_alg *alg);
        int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
        void (*free)(struct crypto_instance *inst);
-#ifdef CONFIG_CRYPTO_STATS
-       int (*report_stat)(struct sk_buff *skb, struct crypto_alg *alg);
-#endif
 
        unsigned int type;
        unsigned int maskclear;