tree-wide: use reinit_completion instead of INIT_COMPLETION
[linux-2.6-block.git] / arch / powerpc / platforms / pseries / suspend.c
index 5f997e79d570f8fb704cf9ec79ef49cb538b3b28..16a255255d3003c64ce8d517fe90bf8b9109552b 100644 (file)
@@ -106,7 +106,7 @@ static int pseries_prepare_late(void)
        atomic_set(&suspend_data.done, 0);
        atomic_set(&suspend_data.error, 0);
        suspend_data.complete = &suspend_work;
-       INIT_COMPLETION(suspend_work);
+       reinit_completion(&suspend_work);
        return 0;
 }