Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274592
b: refs/heads/master
c: 7c92640
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent 4ac8daa commit 4dc1e2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2ffa376f67a0778891e26026e36605e5dd2fa4d
refs/heads/master: 7c926402a7e8c9b279968fd94efec8700ba3859e
6 changes: 0 additions & 6 deletions trunk/include/linux/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#define _LINUX_CRYPTO_H

#include <linux/atomic.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/slab.h>
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 4dc1e2d

Please sign in to comment.