]> git.karo-electronics.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>
Mon, 10 Jun 2013 22:55:10 +0000 (00:55 +0200)
commit4524a4ad7b2dc3f008dfbbd5007ab36dd3fda4e8
tree8c3840b162bc59ecf851ac0d660298307b61f2fe
parent784787dd609c96176c63d374fce5ffa6274dd53b
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