commit | 5a67ac572e102f7d877b8a3a18a59315186e3e99 | [log] [tgz] |
---|---|---|
author | Sachin Kamat <sachin.kamat@linaro.org> | Mon Jun 04 17:09:45 2012 +0530 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Thu Jun 07 13:53:25 2012 +0530 |
tree | b6da8648ab70dba5354b13064a4d5891df91c0ff | |
parent | 8e2e27c7444ba7880aa0a4cb07a79de130d0ed93 [diff] |
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>