Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289236
b: refs/heads/master
c: 81e8b88
h: refs/heads/master
v: v3
  • Loading branch information
Víctor Manuel Jáquez Leal authored and Greg Kroah-Hartman committed Mar 9, 2012
1 parent 4a69296 commit 6fc2eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d111f6e94da7cf26daee5ccc06406fd4ec904350
refs/heads/master: 81e8b88a1431bf1209d882da047c94eb8bcc1f14
7 changes: 2 additions & 5 deletions trunk/drivers/staging/tidspbridge/rmgr/nldr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -627,7 +625,7 @@ void nldr_delete(struct nldr_object *nldr_obj)
*/
void nldr_exit(void)
{
refs--;
/* do nothing */
}

/*
Expand Down Expand Up @@ -743,8 +741,7 @@ int nldr_get_rmm_manager(struct nldr_object *nldr,
*/
bool nldr_init(void)
{
refs++;

/* do nothing */
return true;
}

Expand Down

0 comments on commit 6fc2eba

Please sign in to comment.