commit | 2421ad48f4aed63bc890e8f3c53ed581a542fb66 | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Oct 17 15:44:48 2013 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Thu Oct 17 15:44:48 2013 +0200 |
tree | f0d8fe117cfc0e8227816cace9d5434503bedf0e | |
parent | b08fc109ce4a32ce2f73f6e0437abc94ab1dd023 [diff] |
ACPI / PM: Drop two functions that are not used any more Two functions defined in device_pm.c, acpi_dev_pm_add_dependent() and acpi_dev_pm_remove_dependent(), have no callers and may be dropped, so drop them. Moreover, they are the only functions adding entries to and removing entries from the power_dependent list in struct acpi_device, so drop that list too. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>