aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-06-09 16:22:24 -0700
committerLen Brown <len.brown@intel.com>2008-06-11 19:13:46 -0400
commita66b34b26fe1b0983c6d91b6381df806cd98886e (patch)
treebce6963d4b4119fd500adf9baba45fd0370f04ed /include/acpi
parentACPI: handle invalid ACPI SLIT table (diff)
downloadlinux-dev-a66b34b26fe1b0983c6d91b6381df806cd98886e.tar.xz
linux-dev-a66b34b26fe1b0983c6d91b6381df806cd98886e.zip
proper prototype for acpi_processor_tstate_has_changed()
This patch adds a proper prototype for acpi_processor_tstate_has_changed() in include/acpi/processor.h Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: Len Brown <lenb@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index 06480bcabfdc..06ebb6ef72aa 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -319,6 +319,7 @@ static inline int acpi_processor_ppc_has_changed(struct acpi_processor *pr)
#endif /* CONFIG_CPU_FREQ */
/* in processor_throttling.c */
+int acpi_processor_tstate_has_changed(struct acpi_processor *pr);
int acpi_processor_get_throttling_info(struct acpi_processor *pr);
extern int acpi_processor_set_throttling(struct acpi_processor *pr, int state);
extern struct file_operations acpi_processor_throttling_fops;