tree-wide: use reinit_completion instead of INIT_COMPLETION
[deliverable/linux.git] / drivers / staging / tidspbridge / include / dspbridge / sync.h
index 58a0d5c5543d1617c82a9968c9c479952675892a..fc19b970708783c7d10298c51ddfaec2b8855a4a 100644 (file)
@@ -59,7 +59,7 @@ static inline void sync_init_event(struct sync_object *event)
 
 static inline void sync_reset_event(struct sync_object *event)
 {
-       INIT_COMPLETION(event->comp);
+       reinit_completion(&event->comp);
        event->multi_comp = NULL;
 }
 
This page took 0.040744 seconds and 5 git commands to generate.