]> asedeno.scripts.mit.edu Git - linux.git/commit
dmaengine: sirf: fix un-exported struct warnings
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 15:54:48 +0000 (16:54 +0100)
committerVinod Koul <vinod.koul@intel.com>
Wed, 8 Jun 2016 03:32:16 +0000 (09:02 +0530)
commit7978a583b1d4413f4e58b145081a4a93d94398f7
treeb0db9e9951ea43bbbb3939a64c317f723fb7dd8e
parent1a695a905c18548062509178b98bc91e67510864
dmaengine: sirf: fix un-exported struct warnings

The sirfsoc_dmadata structs are not used outside the driver, so
remove build warnings by making them static. Fixes:

drivers/dma/sirf-dma.c:1129:24: warning: symbol 'sirfsoc_dmadata_a6' was not declared. Should it be static?
drivers/dma/sirf-dma.c:1134:24: warning: symbol 'sirfsoc_dmadata_a7v1' was not declared. Should it be static?
drivers/dma/sirf-dma.c:1139:24: warning: symbol 'sirfsoc_dmadata_a7v2' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/sirf-dma.c