summaryrefslogtreecommitdiff
path: root/drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h
diff options
context:
space:
mode:
authorArmando Uribe <x0095078@ti.com>2010-12-17 01:18:30 -0600
committerOmar Ramirez Luna <omar.ramirez@ti.com>2011-02-04 20:11:56 -0600
commit57e6a9f2a8472493fe407227b047f5284d8a4540 (patch)
treea6deba0b17074515a7c72bfce17e237d6790179a /drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h
parent2c36fac48587265311b015b7a36b2b860cf21ccd (diff)
staging: tidspbridge: Remove unused functions
Remove functions that are not used at all, also remove the dependencies of this functions like struct members, comments and calls. Signed-off-by: Armando Uribe <x0095078@ti.com> Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h b/drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h
index dfaf0c6c06f1..8c9c902a0432 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/resourcecleanup.h
@@ -17,23 +17,12 @@
#include <dspbridge/nodepriv.h>
#include <dspbridge/drv.h>
-extern int drv_get_proc_ctxt_list(struct process_context **pctxt,
- struct drv_object *hdrv_obj);
-
-extern int drv_insert_proc_context(struct drv_object *driver_obj,
- void *process_ctxt);
-
extern int drv_remove_all_dmm_res_elements(void *process_ctxt);
extern int drv_remove_all_node_res_elements(void *process_ctxt);
-extern int drv_proc_set_pid(void *ctxt, s32 process);
-
extern int drv_remove_all_resources(void *process_ctxt);
-extern int drv_remove_proc_context(struct drv_object *driver_obj,
- void *pr_ctxt);
-
extern int drv_insert_node_res_element(void *hnode, void *node_resource,
void *process_ctxt);