summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/io.h
diff options
context:
space:
mode:
authorArmando Uribe2010-12-17 08:18:30 +0100
committerOmar Ramirez Luna2011-02-05 03:11:56 +0100
commit57e6a9f2a8472493fe407227b047f5284d8a4540 (patch)
treea6deba0b17074515a7c72bfce17e237d6790179a /drivers/staging/tidspbridge/include/dspbridge/io.h
parentstaging: tidspbridge: Remove unused defined constants (diff)
downloadkernel-qcow2-linux-57e6a9f2a8472493fe407227b047f5284d8a4540.tar.gz
kernel-qcow2-linux-57e6a9f2a8472493fe407227b047f5284d8a4540.tar.xz
kernel-qcow2-linux-57e6a9f2a8472493fe407227b047f5284d8a4540.zip
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/io.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/io.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/io.h b/drivers/staging/tidspbridge/include/dspbridge/io.h
index bc346f9a01c1..da4683c87b38 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/io.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/io.h
@@ -95,20 +95,4 @@ extern void io_exit(void);
*/
extern bool io_init(void);
-/*
- * ======== io_on_loaded ========
- * Purpose:
- * Called when a program is loaded so IO manager can update its
- * internal state.
- * Parameters:
- * hio_mgr: IOmanager object.
- * Returns:
- * 0: Success.
- * -EFAULT: hio_mgr was invalid.
- * Requires:
- * io_init(void) called.
- * Ensures:
- */
-extern int io_on_loaded(struct io_mgr *hio_mgr);
-
#endif /* CHNL_ */