Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338135
b: refs/heads/master
c: fdfa233
h: refs/heads/master
i:
  338133: 46043b7
  338131: b90abe3
  338127: 9c235cd
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 403a321 commit 3bb4255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 8db72ff52144d0ed32c15927c9fd86859453d6d1
refs/heads/master: fdfa2339c121ef34361cb8016a7b271f54cd3fc8
2 changes: 1 addition & 1 deletion trunk/drivers/staging/crystalhd/crystalhd_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ enum BC_STATUS crystalhd_setup_cmd_context(struct crystalhd_cmd *ctx,
*
* Called at the time of driver un-load.
*/
enum BC_STATUS __devexit crystalhd_delete_cmd_context(struct crystalhd_cmd *ctx)
enum BC_STATUS crystalhd_delete_cmd_context(struct crystalhd_cmd *ctx)
{
BCMLOG(BCMLOG_DBG, "Deleting Command context..\n");

Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/staging/crystalhd/crystalhd_lnx.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ static int chd_dec_init_chdev(struct crystalhd_adp *adp)
return rc;
}

static void __devexit chd_dec_release_chdev(struct crystalhd_adp *adp)
static void chd_dec_release_chdev(struct crystalhd_adp *adp)
{
struct crystalhd_ioctl_data *temp = NULL;
if (!adp)
Expand Down Expand Up @@ -496,7 +496,7 @@ static int chd_pci_reserve_mem(struct crystalhd_adp *pinfo)
return 0;
}

static void __devexit chd_pci_release_mem(struct crystalhd_adp *pinfo)
static void chd_pci_release_mem(struct crystalhd_adp *pinfo)
{
if (!pinfo)
return;
Expand All @@ -511,7 +511,7 @@ static void __devexit chd_pci_release_mem(struct crystalhd_adp *pinfo)
}


static void __devexit chd_dec_pci_remove(struct pci_dev *pdev)
static void chd_dec_pci_remove(struct pci_dev *pdev)
{
struct crystalhd_adp *pinfo;
enum BC_STATUS sts = BC_STS_SUCCESS;
Expand Down

0 comments on commit 3bb4255

Please sign in to comment.