aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/pl330.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c
index 6d550421da7a..3ce7d553a746 100644
--- a/drivers/dma/pl330.c
+++ b/drivers/dma/pl330.c
@@ -2539,7 +2539,7 @@ static inline void _init_desc(struct dma_pl330_desc *desc)
2539} 2539}
2540 2540
2541/* Returns the number of descriptors added to the DMAC pool */ 2541/* Returns the number of descriptors added to the DMAC pool */
2542int add_desc(struct dma_pl330_dmac *pdmac, gfp_t flg, int count) 2542static int add_desc(struct dma_pl330_dmac *pdmac, gfp_t flg, int count)
2543{ 2543{
2544 struct dma_pl330_desc *desc; 2544 struct dma_pl330_desc *desc;
2545 unsigned long flags; 2545 unsigned long flags;