diff options
Diffstat (limited to 'include/crypto/internal/cryptouser.h')
-rw-r--r-- | include/crypto/internal/cryptouser.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/crypto/internal/cryptouser.h b/include/crypto/internal/cryptouser.h index 3492ab42eefb..40623f4457df 100644 --- a/include/crypto/internal/cryptouser.h +++ b/include/crypto/internal/cryptouser.h | |||
@@ -4,22 +4,10 @@ | |||
4 | struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact); | 4 | struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact); |
5 | 5 | ||
6 | #ifdef CONFIG_CRYPTO_STATS | 6 | #ifdef CONFIG_CRYPTO_STATS |
7 | int crypto_dump_reportstat(struct sk_buff *skb, struct netlink_callback *cb); | ||
8 | int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs); | 7 | int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs); |
9 | int crypto_dump_reportstat_done(struct netlink_callback *cb); | ||
10 | #else | 8 | #else |
11 | static int crypto_dump_reportstat(struct sk_buff *skb, struct netlink_callback *cb) | ||
12 | { | ||
13 | return -ENOTSUPP; | ||
14 | } | ||
15 | |||
16 | static int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs) | 9 | static int crypto_reportstat(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, struct nlattr **attrs) |
17 | { | 10 | { |
18 | return -ENOTSUPP; | 11 | return -ENOTSUPP; |
19 | } | 12 | } |
20 | |||
21 | static int crypto_dump_reportstat_done(struct netlink_callback *cb) | ||
22 | { | ||
23 | return -ENOTSUPP; | ||
24 | } | ||
25 | #endif | 13 | #endif |