Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363325
b: refs/heads/master
c: 0f1bf4b
h: refs/heads/master
i:
  363323: e81283c
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Mar 11, 2013
1 parent a0383f2 commit cefe9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: 97b3e0ed1df6cf577be12b96cf80e5f7d90c8323
refs/heads/master: 0f1bf4baf61ca426a210bf3c98263957fa474158
10 changes: 1 addition & 9 deletions trunk/drivers/staging/sm7xxfb/sm7xxfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1006,15 +1006,7 @@ static int smtcfb_pci_resume(struct device *device)
return 0;
}

static const struct dev_pm_ops sm7xx_pm_ops = {
.suspend = smtcfb_pci_suspend,
.resume = smtcfb_pci_resume,
.freeze = smtcfb_pci_suspend,
.thaw = smtcfb_pci_resume,
.poweroff = smtcfb_pci_suspend,
.restore = smtcfb_pci_resume,
};

static SIMPLE_DEV_PM_OPS(sm7xx_pm_ops, smtcfb_pci_suspend, smtcfb_pci_resume);
#define SM7XX_PM_OPS (&sm7xx_pm_ops)

#else /* !CONFIG_PM */
Expand Down

0 comments on commit cefe9f4

Please sign in to comment.