aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71-e3000/0033-crypto-ccp-Make-function-ccp_get_dma_chan_attr-stati.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71-e3000/0033-crypto-ccp-Make-function-ccp_get_dma_chan_attr-stati.patch')
-rw-r--r--meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71-e3000/0033-crypto-ccp-Make-function-ccp_get_dma_chan_attr-stati.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71-e3000/0033-crypto-ccp-Make-function-ccp_get_dma_chan_attr-stati.patch b/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71-e3000/0033-crypto-ccp-Make-function-ccp_get_dma_chan_attr-stati.patch
deleted file mode 100644
index 0a53a202..00000000
--- a/meta-amd-bsp/recipes-kernel/linux/linux-yocto-4.14.71-e3000/0033-crypto-ccp-Make-function-ccp_get_dma_chan_attr-stati.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 788a7b92dc824b406d629db2c2da6f414c636c51 Mon Sep 17 00:00:00 2001
-From: Colin Ian King <colin.king@canonical.com>
-Date: Tue, 6 Feb 2018 23:20:01 +0000
-Subject: [PATCH 33/95] crypto: ccp - Make function ccp_get_dma_chan_attr
- static
-
-Function ccp_get_dma_chan_attr is local to the source and does not
-need to be in global scope, so make it static.
-
-Cleans up sparse warning:
-drivers/crypto/ccp/ccp-dmaengine.c:41:14: warning: symbol
-'ccp_get_dma_chan_attr' was not declared. Should it be static?
-
-Signed-off-by: Colin Ian King <colin.king@canonical.com>
-Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-Signed-off-by: Sudheesh Mavila <sudheesh.mavila@amd.com>
----
- drivers/crypto/ccp/ccp-dmaengine.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/drivers/crypto/ccp/ccp-dmaengine.c b/drivers/crypto/ccp/ccp-dmaengine.c
-index 8b9da58..67155cb 100644
---- a/drivers/crypto/ccp/ccp-dmaengine.c
-+++ b/drivers/crypto/ccp/ccp-dmaengine.c
-@@ -38,7 +38,7 @@ static unsigned int dma_chan_attr = CCP_DMA_DFLT;
- module_param(dma_chan_attr, uint, 0444);
- MODULE_PARM_DESC(dma_chan_attr, "Set DMA channel visibility: 0 (default) = device defaults, 1 = make private, 2 = make public");
-
--unsigned int ccp_get_dma_chan_attr(struct ccp_device *ccp)
-+static unsigned int ccp_get_dma_chan_attr(struct ccp_device *ccp)
- {
- switch (dma_chan_attr) {
- case CCP_DMA_DFLT:
---
-2.7.4
-