提交 034568e8 编写于 作者: S Sachin Kamat 提交者: Herbert Xu

crypto: omap-aes - Staticize local symbols

Local symbols used only in this file are made static.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Cc: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 47aff652
...@@ -554,7 +554,7 @@ static int omap_aes_crypt_dma_stop(struct omap_aes_dev *dd) ...@@ -554,7 +554,7 @@ static int omap_aes_crypt_dma_stop(struct omap_aes_dev *dd)
return err; return err;
} }
int omap_aes_check_aligned(struct scatterlist *sg) static int omap_aes_check_aligned(struct scatterlist *sg)
{ {
while (sg) { while (sg) {
if (!IS_ALIGNED(sg->offset, 4)) if (!IS_ALIGNED(sg->offset, 4))
...@@ -566,7 +566,7 @@ int omap_aes_check_aligned(struct scatterlist *sg) ...@@ -566,7 +566,7 @@ int omap_aes_check_aligned(struct scatterlist *sg)
return 0; return 0;
} }
int omap_aes_copy_sgs(struct omap_aes_dev *dd) static int omap_aes_copy_sgs(struct omap_aes_dev *dd)
{ {
void *buf_in, *buf_out; void *buf_in, *buf_out;
int pages; int pages;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册