Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300023
b: refs/heads/master
c: fb9751d
h: refs/heads/master
i:
  300021: 14540fb
  300019: c738347
  300015: 39bae66
v: v3
  • Loading branch information
Viresh Kumar authored and Jeff Garzik committed May 3, 2012
1 parent 4d44662 commit b296131
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a78f57af610ea20559e6c63d90876bc262fdbf37
refs/heads/master: fb9751d471977be402efa1ee5885a17af78cbc55
4 changes: 1 addition & 3 deletions trunk/drivers/ata/pata_arasan_cf.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,19 +943,17 @@ static int arasan_cf_resume(struct device *dev)

return 0;
}
#endif

static SIMPLE_DEV_PM_OPS(arasan_cf_pm_ops, arasan_cf_suspend, arasan_cf_resume);
#endif

static struct platform_driver arasan_cf_driver = {
.probe = arasan_cf_probe,
.remove = __devexit_p(arasan_cf_remove),
.driver = {
.name = DRIVER_NAME,
.owner = THIS_MODULE,
#ifdef CONFIG_PM
.pm = &arasan_cf_pm_ops,
#endif
},
};

Expand Down

0 comments on commit b296131

Please sign in to comment.