ACPI / PM: acpi_processor_suspend() can be static
authorFengguang Wu <fengguang.wu@intel.com>
Mon, 10 Jun 2013 22:55:10 +0000 (00:55 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 19 Jun 2013 21:36:41 +0000 (23:36 +0200)
Since acpi_processor_suspend() and acpi_processor_resume() need not
be visible outside of the file they are defined in, make them
static.

[rjw: Changelog]
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found