Selaa lähdekoodia

Merge branch 'topic/ti' into for-linus

Vinod Koul 9 vuotta sitten
vanhempi
commit
3b3fb1a199
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
 };
 
-int omap_dmaxbar_init(void)
+static int omap_dmaxbar_init(void)
 {
 	return platform_driver_register(&ti_dma_xbar_driver);
 }