diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-07-16 14:40:47 (GMT) |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-07-16 14:40:47 (GMT) |
commit | 3b3fb1a19963a3b735960b0b7e1cce4e53a3e79b (patch) | |
tree | 34c2a2217fb47fb99b77b777f1768047a36bb867 /drivers/dma | |
parent | 29274601a5ab6f1ae3ce840c8f12c3bfcd97f124 (diff) | |
parent | d646162b8b74b10aeb2451762065904201859bd2 (diff) | |
download | linux-3b3fb1a19963a3b735960b0b7e1cce4e53a3e79b.tar.xz |
Merge branch 'topic/ti' into for-linus
Diffstat (limited to 'drivers/dma')
-rw-r--r-- | drivers/dma/ti-dma-crossbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ti-dma-crossbar.c b/drivers/dma/ti-dma-crossbar.c index e107779..5ae294b 100644 --- a/drivers/dma/ti-dma-crossbar.c +++ b/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); } |