diff options
author | Saurabh Sengar <saurabh.truth@gmail.com> | 2016-01-26 03:52:01 -0500 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2016-03-09 11:44:12 -0500 |
commit | 713df30bd9a036196efd58887c10e0d3ee0928f9 (patch) | |
tree | 4d3de000e628a1c488361f1526d6a6e88f3e44d3 /include/soc | |
parent | c9ee69c5e2dc41e4153b3742db1f3dde856d539c (diff) |
qe: Make cpm_muram_alloc_common static
as cpm_muram_alloc_common is used only in this file,
making it static
Signed-off-by: Saurabh Sengar <saurabh.truth@gmail.com>
Signed-off-by: Scott Wood <oss@buserror.net>
Diffstat (limited to 'include/soc')
-rw-r--r-- | include/soc/fsl/qe/qe.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/soc/fsl/qe/qe.h b/include/soc/fsl/qe/qe.h index c7fa36c335c9..33b29ead3d55 100644 --- a/include/soc/fsl/qe/qe.h +++ b/include/soc/fsl/qe/qe.h | |||
@@ -103,8 +103,6 @@ int cpm_muram_init(void); | |||
103 | unsigned long cpm_muram_alloc(unsigned long size, unsigned long align); | 103 | unsigned long cpm_muram_alloc(unsigned long size, unsigned long align); |
104 | int cpm_muram_free(unsigned long offset); | 104 | int cpm_muram_free(unsigned long offset); |
105 | unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size); | 105 | unsigned long cpm_muram_alloc_fixed(unsigned long offset, unsigned long size); |
106 | unsigned long cpm_muram_alloc_common(unsigned long size, genpool_algo_t algo, | ||
107 | void *data); | ||
108 | void __iomem *cpm_muram_addr(unsigned long offset); | 106 | void __iomem *cpm_muram_addr(unsigned long offset); |
109 | unsigned long cpm_muram_offset(void __iomem *addr); | 107 | unsigned long cpm_muram_offset(void __iomem *addr); |
110 | dma_addr_t cpm_muram_dma(void __iomem *addr); | 108 | dma_addr_t cpm_muram_dma(void __iomem *addr); |