Revert "crypto: talitos - export the talitos_submit function"
There is no other file using talitos_submit in the kernel tree, so it doesn't need to be exported nor made global. This reverts commit865d506155. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Fixes:865d506155("crypto: talitos - export the talitos_submit function") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
committed by
Herbert Xu
parent
e345177ded
commit
fbb8d46e16
@@ -150,12 +150,6 @@ struct talitos_private {
|
||||
bool rng_registered;
|
||||
};
|
||||
|
||||
extern int talitos_submit(struct device *dev, int ch, struct talitos_desc *desc,
|
||||
void (*callback)(struct device *dev,
|
||||
struct talitos_desc *desc,
|
||||
void *context, int error),
|
||||
void *context);
|
||||
|
||||
/* .features flag */
|
||||
#define TALITOS_FTR_SRC_LINK_TBL_LEN_INCLUDES_EXTENT 0x00000001
|
||||
#define TALITOS_FTR_HW_AUTH_CHECK 0x00000002
|
||||
|
||||
Reference in New Issue
Block a user