aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/blackfin/kernel')
-rw-r--r--arch/blackfin/kernel/bfin_dma_5xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/kernel/bfin_dma_5xx.c b/arch/blackfin/kernel/bfin_dma_5xx.c
index 2625aa20a92c..22bce17bbb02 100644
--- a/arch/blackfin/kernel/bfin_dma_5xx.c
+++ b/arch/blackfin/kernel/bfin_dma_5xx.c
@@ -116,7 +116,7 @@ late_initcall(proc_dma_init);
116/*------------------------------------------------------------------------------ 116/*------------------------------------------------------------------------------
117 * Request the specific DMA channel from the system. 117 * Request the specific DMA channel from the system.
118 *-----------------------------------------------------------------------------*/ 118 *-----------------------------------------------------------------------------*/
119int request_dma(unsigned int channel, char *device_id) 119int request_dma(unsigned int channel, const char *device_id)
120{ 120{
121 pr_debug("request_dma() : BEGIN \n"); 121 pr_debug("request_dma() : BEGIN \n");
122 122