diff options
Diffstat (limited to 'include/litmus/edf_common.h')
-rw-r--r-- | include/litmus/edf_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/litmus/edf_common.h b/include/litmus/edf_common.h index 80d4321cc87e..bbaf22ea7f12 100644 --- a/include/litmus/edf_common.h +++ b/include/litmus/edf_common.h | |||
@@ -22,6 +22,4 @@ int edf_ready_order(struct bheap_node* a, struct bheap_node* b); | |||
22 | 22 | ||
23 | int edf_preemption_needed(rt_domain_t* rt, struct task_struct *t); | 23 | int edf_preemption_needed(rt_domain_t* rt, struct task_struct *t); |
24 | 24 | ||
25 | int edf_set_hp_task(struct pi_semaphore *sem); | ||
26 | int edf_set_hp_cpu_task(struct pi_semaphore *sem, int cpu); | ||
27 | #endif | 25 | #endif |