commit | d646162b8b74b10aeb2451762065904201859bd2 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Jun 21 18:12:39 2016 +0100 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Jun 28 20:09:54 2016 +0530 |
tree | 3d5407412ae422aa628e5d9e8ae123cd56c367aa | |
parent | 1a695a905c18548062509178b98bc91e67510864 [diff] |
dmaengine: ti-dma-crossbar: make omap_dmaxbar_init static The omap_dmaxbar_init() function is not exported or declared outside the driver, so make it static to fix the following sparse warning: drivers/dma/ti-dma-crossbar.c:455:5: warning: symbol 'omap_dmaxbar_init' 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>