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>
Cette révision appartient à :

révisé par
Herbert Xu

Parent
e345177ded
révision
fbb8d46e16
@@ -278,11 +278,11 @@ static int init_device(struct device *dev)
|
||||
* callback must check err and feedback in descriptor header
|
||||
* for device processing status.
|
||||
*/
|
||||
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)
|
||||
static 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)
|
||||
{
|
||||
struct talitos_private *priv = dev_get_drvdata(dev);
|
||||
struct talitos_request *request;
|
||||
@@ -332,7 +332,6 @@ int talitos_submit(struct device *dev, int ch, struct talitos_desc *desc,
|
||||
|
||||
return -EINPROGRESS;
|
||||
}
|
||||
EXPORT_SYMBOL(talitos_submit);
|
||||
|
||||
/*
|
||||
* process what was done, notify callback of error if not
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur