Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304114
b: refs/heads/master
c: 7458eab
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi DOYU authored and Greg Kroah-Hartman committed May 14, 2012
1 parent 429e001 commit fcd49a9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 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: c313af145b9bc4fb8e8e0c83b8cfc10e1b894a50
refs/heads/master: 7458eab6f4527bce719703eb15fef1cff9e8d9e0
6 changes: 0 additions & 6 deletions trunk/drivers/memory/tegra20-mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,8 @@ static int __devinit tegra20_mc_probe(struct platform_device *pdev)
return 0;
}

static int __devexit tegra20_mc_remove(struct platform_device *pdev)
{
return 0;
}

static struct platform_driver tegra20_mc_driver = {
.probe = tegra20_mc_probe,
.remove = __devexit_p(tegra20_mc_remove),
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/memory/tegra30-mc.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,14 +365,8 @@ static int __devinit tegra30_mc_probe(struct platform_device *pdev)
return 0;
}

static int __devexit tegra30_mc_remove(struct platform_device *pdev)
{
return 0;
}

static struct platform_driver tegra30_mc_driver = {
.probe = tegra30_mc_probe,
.remove = __devexit_p(tegra30_mc_remove),
.driver = {
.name = DRV_NAME,
.owner = THIS_MODULE,
Expand Down

0 comments on commit fcd49a9

Please sign in to comment.