tree-wide: use reinit_completion instead of INIT_COMPLETION
[linux-2.6-block.git] / arch / arm / mach-tegra / apbio.c
index d7aa52ea6cfcb7fa92f98a703b5b17914585fa36..bc471973cf0424f3a040351d8ef2def5c458894d 100644 (file)
@@ -114,7 +114,7 @@ static int do_dma_transfer(unsigned long apb_add,
        dma_desc->callback = apb_dma_complete;
        dma_desc->callback_param = NULL;
 
-       INIT_COMPLETION(tegra_apb_wait);
+       reinit_completion(&tegra_apb_wait);
 
        dmaengine_submit(dma_desc);
        dma_async_issue_pending(tegra_apb_dma_chan);