From e06e8374b5c04aeaddf14e9686842011f80f5664 Mon Sep 17 00:00:00 2001 From: Christopher Kenna Date: Fri, 22 Oct 2010 21:04:34 -0400 Subject: Litmus core: refactor the implementation of /proc --- include/litmus/litmus.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/litmus/litmus.h') diff --git a/include/litmus/litmus.h b/include/litmus/litmus.h index ccb6b137952b..5d20276e44f4 100644 --- a/include/litmus/litmus.h +++ b/include/litmus/litmus.h @@ -9,9 +9,6 @@ #include #include -#include -#include - #ifdef CONFIG_RELEASE_MASTER extern atomic_t release_master_cpu; #endif @@ -65,19 +62,6 @@ void exit_litmus(struct task_struct *dead_tsk); long litmus_admit_task(struct task_struct *tsk); void litmus_exit_task(struct task_struct *tsk); -/* - * On success, returns 0 and sets the pointer to the location of the new - * proc dir entry, otherwise returns an error code and sets pde to NULL. - */ -long make_plugin_proc_dir(struct sched_plugin* plugin, - struct proc_dir_entry** pde); - -/* - * Plugins should deallocate all child proc directory entries before - * calling this, to avoid memory leaks. - */ -void remove_plugin_proc_dir(struct sched_plugin* plugin); - #define is_realtime(t) ((t)->policy == SCHED_LITMUS) #define rt_transition_pending(t) \ ((t)->rt_param.transition_pending) -- cgit v1.2.2