commit | b6e335aeeb114dccb07eaa09e8b62ff9510cf745 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Wed Dec 29 13:21:23 2010 +0100 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Jan 14 08:55:43 2011 -0800 |
tree | f4292a579e594b6c0312e9c34467649cb978aea5 | |
parent | ff29530e651a3449aea6b0ef4c7048db9e22ef27 [diff] |
PCI/PM: Use pm_wakeup_event() directly for reporting wakeup events After recent changes related to wakeup events pm_wakeup_event() automatically checks if the given device is configured to signal wakeup, so pci_wakeup_event() may be a static inline function calling pm_wakeup_event() directly. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>