Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332813
b: refs/heads/master
c: 36c179a
h: refs/heads/master
i:
  332811: def2acf
v: v3
  • Loading branch information
Jaehoon Chung authored and Chris Ball committed Sep 4, 2012
1 parent 3778530 commit e5510a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: b37f9d98f3d28ad98cc6c1894159312914f49190
refs/heads/master: 36c179a98a0755b98153e8f4ae08243fbfcd18ff
4 changes: 2 additions & 2 deletions trunk/drivers/mmc/host/dw_mmc-pltfm.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <linux/mmc/dw_mmc.h>
#include "dw_mmc.h"

static int dw_mci_pltfm_probe(struct platform_device *pdev)
static int __devinit dw_mci_pltfm_probe(struct platform_device *pdev)
{
struct dw_mci *host;
struct resource *regs;
Expand Down Expand Up @@ -62,7 +62,7 @@ static int dw_mci_pltfm_probe(struct platform_device *pdev)
return ret;
}

static int __exit dw_mci_pltfm_remove(struct platform_device *pdev)
static int __devexit dw_mci_pltfm_remove(struct platform_device *pdev)
{
struct dw_mci *host = platform_get_drvdata(pdev);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/dw_mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ static void dw_mci_work_routine_card(struct work_struct *work)
}
}

static int __init dw_mci_init_slot(struct dw_mci *host, unsigned int id)
static int dw_mci_init_slot(struct dw_mci *host, unsigned int id)
{
struct mmc_host *mmc;
struct dw_mci_slot *slot;
Expand Down

0 comments on commit e5510a7

Please sign in to comment.