diff --git a/[refs] b/[refs] index 234909b1d205..2e4c004ca56a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e2ffa376f67a0778891e26026e36605e5dd2fa4d +refs/heads/master: 7c926402a7e8c9b279968fd94efec8700ba3859e diff --git a/trunk/include/linux/crypto.h b/trunk/include/linux/crypto.h index e5e468e9133d..1e51f9a491ae 100644 --- a/trunk/include/linux/crypto.h +++ b/trunk/include/linux/crypto.h @@ -18,7 +18,6 @@ #define _LINUX_CRYPTO_H #include -#include #include #include #include @@ -505,11 +504,6 @@ static inline int crypto_tfm_alg_priority(struct crypto_tfm *tfm) return tfm->__crt_alg->cra_priority; } -static inline const char *crypto_tfm_alg_modname(struct crypto_tfm *tfm) -{ - return module_name(tfm->__crt_alg->cra_module); -} - static inline u32 crypto_tfm_alg_type(struct crypto_tfm *tfm) { return tfm->__crt_alg->cra_flags & CRYPTO_ALG_TYPE_MASK;