Browse Source

Merge branch 'topic/ti' into for-linus

Vinod Koul 9 years ago
parent
commit
3b3fb1a199
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/dma/ti-dma-crossbar.c

+ 1 - 1
drivers/dma/ti-dma-crossbar.c

@@ -452,7 +452,7 @@ static struct platform_driver ti_dma_xbar_driver = {
 	.probe	= ti_dma_xbar_probe,
 	.probe	= ti_dma_xbar_probe,
 };
 };
 
 
-int omap_dmaxbar_init(void)
+static int omap_dmaxbar_init(void)
 {
 {
 	return platform_driver_register(&ti_dma_xbar_driver);
 	return platform_driver_register(&ti_dma_xbar_driver);
 }
 }