Initial INC MR3 commit with EVO/BRAVO included and majority of the compile warnings ...
/kernel/slow-work.c
blob:00889bd3c5903812ed89d722135b15330b513dbb -> blob:3514c4449604bda6333ff158d52652a6086c7025
--- kernel/slow-work.c
+++ kernel/slow-work.c
@@ -640,7 +640,7 @@ int delayed_slow_work_enqueue(struct del
goto cancelled;
/* the timer holds a reference whilst it is pending */
- ret = work->ops->get_ref(work);
+ ret = slow_work_get_ref(work);
if (ret < 0)
goto cant_get_ref;