|
@@ -263,8 +263,6 @@ static struct dbll_fxns ldr_fxns = {
|
|
|
(dbll_unload_fxn) dbll_unload,
|
|
|
};
|
|
|
|
|
|
-static u32 refs; /* module reference count */
|
|
|
-
|
|
|
static int add_ovly_info(void *handle, struct dbll_sect_info *sect_info,
|
|
|
u32 addr, u32 bytes);
|
|
|
static int add_ovly_node(struct dsp_uuid *uuid_obj,
|
|
@@ -627,7 +625,7 @@ void nldr_delete(struct nldr_object *nldr_obj)
|
|
|
*/
|
|
|
void nldr_exit(void)
|
|
|
{
|
|
|
- refs--;
|
|
|
+ /* do nothing */
|
|
|
}
|
|
|
|
|
|
/*
|
|
@@ -743,8 +741,7 @@ int nldr_get_rmm_manager(struct nldr_object *nldr,
|
|
|
*/
|
|
|
bool nldr_init(void)
|
|
|
{
|
|
|
- refs++;
|
|
|
-
|
|
|
+ /* do nothing */
|
|
|
return true;
|
|
|
}
|
|
|
|