projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6122bbb
)
crypto: hisilicon - sec_send_request() can be static
author
kbuild test robot
<
[email protected]
>
Fri, 3 Aug 2018 22:21:01 +0000
(06:21 +0800)
committer
Herbert Xu
<
[email protected]
>
Tue, 7 Aug 2018 09:51:39 +0000
(17:51 +0800)
Fixes: 915e4e8413da ("crypto: hisilicon - SEC security accelerator driver")
Signed-off-by: kbuild test robot <
[email protected]
>
Signed-off-by: Herbert Xu <
[email protected]
>
drivers/crypto/hisilicon/sec/sec_algs.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/hisilicon/sec/sec_algs.c
b/drivers/crypto/hisilicon/sec/sec_algs.c
index d69d3ce358b0ddfa4f2c76cca4b892236f0f64e9..f7d6d690116ee8f32bada36c6b25520976c219c5 100644
(file)
--- a/
drivers/crypto/hisilicon/sec/sec_algs.c
+++ b/
drivers/crypto/hisilicon/sec/sec_algs.c
@@
-393,7
+393,7
@@
static void sec_alg_free_el(struct sec_request_el *el,
}
/* queuelock must be held */
-int sec_send_request(struct sec_request *sec_req, struct sec_queue *queue)
+
static
int sec_send_request(struct sec_request *sec_req, struct sec_queue *queue)
{
struct sec_request_el *el, *temp;
int ret = 0;