summaryrefslogtreecommitdiff
path: root/drivers/dma/k3dma.c
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-09-02 04:57:12 +0400
committerVinod Koul <vinod.koul@intel.com>2013-09-02 10:30:02 +0400
commite9fd58de64248cfd49b8b0662ece635dba5ae909 (patch)
tree02d427276b019143f5a7e47c0d8daae0a5badb03 /drivers/dma/k3dma.c
parent58ddff20a6a5888eecb541f40882c655913609c4 (diff)
downloadlinux-e9fd58de64248cfd49b8b0662ece635dba5ae909.tar.xz
dma: imx-sdma: Staticize sdma_driver_data structures
Sparse report the following warnings: drivers/dma/imx-sdma.c:330:25: warning: symbol 'sdma_imx31' was not declared. Should it be static? drivers/dma/imx-sdma.c:351:25: warning: symbol 'sdma_imx25' was not declared. Should it be static? drivers/dma/imx-sdma.c:357:25: warning: symbol 'sdma_imx35' was not declared. Should it be static? drivers/dma/imx-sdma.c:375:25: warning: symbol 'sdma_imx51' was not declared. Should it be static? drivers/dma/imx-sdma.c:395:25: warning: symbol 'sdma_imx53' was not declared. Should it be static? drivers/dma/imx-sdma.c:414:25: warning: symbol 'sdma_imx6q' was not declared. Should it be static? Make the sdma_driver_data structures static. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/k3dma.c')
0 files changed, 0 insertions, 0 deletions