Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102286
b: refs/heads/master
c: f7a1b86
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Jesse Barnes committed Jul 8, 2008
1 parent ef7ffd6 commit 4f947da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 337001b6c42938f49a880b1b8306c3ed771a7e61
refs/heads/master: f7a1b86095bf7fd1578ef54067545b9cb7084713
4 changes: 4 additions & 0 deletions trunk/include/acpi/acpi_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ static inline int acpi_pm_device_sleep_state(struct device *d, int *p)
*p = ACPI_STATE_D0;
return ACPI_STATE_D3;
}
static inline int acpi_pm_device_sleep_wake(struct device *dev, bool enable)
{
return -ENODEV;
}
#endif /* !CONFIG_PM_SLEEP */

#endif /* CONFIG_ACPI */
Expand Down

0 comments on commit 4f947da

Please sign in to comment.