summaryrefslogtreecommitdiff
path: root/crypto/internal.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2009-09-08 14:32:24 -0700
committerDan Williams <dan.j.williams@intel.com>2009-09-08 14:32:24 -0700
commit88fd32554ae2782729bd3031d978bfbba0669459 (patch)
tree917cbc551b971cd0637650b95882d97fac9a4b89 /crypto/internal.h
parentc0a16d573d49785fedcacf87328ac5257bcb70c0 (diff)
parente286091b2b21d1ff9166609cd19e0df62b56f4bc (diff)
downloadlinux-crypto-88fd32554ae2782729bd3031d978bfbba0669459.tar.gz
linux-crypto-88fd32554ae2782729bd3031d978bfbba0669459.zip
Merge commit 'v2.6.31-rc1' into dmaengine
Diffstat (limited to 'crypto/internal.h')
-rw-r--r--crypto/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/internal.h b/crypto/internal.h
index fc76e1f3..113579a8 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)