staging: tidspbridge: remove strm_init() and strm_exit()
[deliverable/linux.git] / drivers / staging / tidspbridge / pmgr / dspapi.c
index b1a99f76694cb58c229078a2e25cc0077a0e0b28..06e3b244f83f732b5dde18379c9f6ccc4d0946b7 100644 (file)
@@ -271,7 +271,6 @@ void api_exit(void)
                chnl_exit();
                msg_exit();
                io_exit();
-               strm_exit();
                mgr_exit();
                rmm_exit();
        }
@@ -286,12 +285,11 @@ bool api_init(void)
 {
        bool ret = true;
        bool fdev, fchnl, fmsg, fio;
-       bool fmgr, fstrm, frmm;
+       bool fmgr, frmm;
 
        if (api_c_refs == 0) {
                /* initialize driver and other modules */
                fmgr = mgr_init();
-               fstrm = strm_init();
                frmm = rmm_init();
                fchnl = chnl_init();
                fmsg = msg_mod_init();
@@ -304,9 +302,6 @@ bool api_init(void)
                        if (fmgr)
                                mgr_exit();
 
-                       if (fstrm)
-                               strm_exit();
-
                        if (fchnl)
                                chnl_exit();
 
This page took 0.0262 seconds and 5 git commands to generate.