]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit95d45d4cab6540e3f2183d86662c255fa4332331
tree6821e779508faf9b4610182e533209da049fae76
parent068e0dc7b7c1db9801e3d7f2ba5cb1d2a552a35b
ACPI / PM: acpi_processor_suspend() can be static

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>
drivers/acpi/processor_idle.c