X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=crypto%2Finternal.h;h=113579a82dff41e6656d29b3f95767981dd6fc2a;hb=5904d2067680e9bb73a4816fa6b9eec49355c9c8;hp=fc76e1f37fc35d0fd4928ec9326b330c22937d53;hpb=cec5455e457928153f5a51668dad3d68176feab5;p=pandora-kernel.git diff --git a/crypto/internal.h b/crypto/internal.h index fc76e1f37fc3..113579a82dff 100644 --- a/crypto/internal.h +++ b/crypto/internal.h @@ -121,9 +121,6 @@ int crypto_register_notifier(struct notifier_block *nb); int crypto_unregister_notifier(struct notifier_block *nb); int crypto_probing_notify(unsigned long val, void *v); -int __init testmgr_init(void); -void testmgr_exit(void); - static inline void crypto_alg_put(struct crypto_alg *alg) { if (atomic_dec_and_test(&alg->cra_refcnt) && alg->cra_destroy)