]> git.baikalelectronics.ru Git - kernel.git/commit
DMA: PL330: Add missing static storage class specifier
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 4 Jun 2012 11:39:45 +0000 (17:09 +0530)
committerVinod Koul <vinod.koul@linux.intel.com>
Thu, 7 Jun 2012 08:23:25 +0000 (13:53 +0530)
commitfe2834643035ef018a26470eb38cc3118988b7b9
treeb6da8648ab70dba5354b13064a4d5891df91c0ff
parentc9fb67e89b78be1ebe8f47f06a9ea75002507632
DMA: PL330: Add missing static storage class specifier

Fixes the following sparse warning:
drivers/dma/pl330.c:2542:5: warning: symbol 'add_desc' was not declared. Should it be static?

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/pl330.c