NTFY module should be only initialized by services layer.
Signed-off-by: Omar Ramirez Luna <[email protected]>
---
drivers/dsp/bridge/pmgr/wcd.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/drivers/dsp/bridge/pmgr/wcd.c b/drivers/dsp/bridge/pmgr/wcd.c
index 2afe222..b92386a 100644
--- a/drivers/dsp/bridge/pmgr/wcd.c
+++ b/drivers/dsp/bridge/pmgr/wcd.c
@@ -295,7 +295,6 @@ void WCD_Exit(void)
MSG_Exit();
IO_Exit();
STRM_Exit();
- NTFY_Exit();
DISP_Exit();
NODE_Exit();
PROC_Exit();
@@ -315,7 +314,7 @@ bool WCD_Init(void)
{
bool fInit = true;
bool fDRV, fDEV, fCOD, fCHNL, fMSG, fIO;
- bool fMGR, fPROC, fNODE, fDISP, fNTFY, fSTRM, fRMM;
+ bool fMGR, fPROC, fNODE, fDISP, fSTRM, fRMM;
if (WCD_cRefs == 0) {
/* initialize debugging module */
@@ -327,7 +326,6 @@ bool WCD_Init(void)
fPROC = PROC_Init();
fNODE = NODE_Init();
fDISP = DISP_Init();
- fNTFY = NTFY_Init();
fSTRM = STRM_Init();
fRMM = RMM_init();
fCHNL = CHNL_Init();
@@ -357,9 +355,6 @@ bool WCD_Init(void)
if (fDISP)
DISP_Exit();
- if (fNTFY)
- NTFY_Exit();
-
if (fCHNL)
CHNL_Exit();
--
1.6.2.4
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html