diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-09 16:22:24 -0700 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-06-11 19:13:46 -0400 |
commit | a66b34b26fe1b0983c6d91b6381df806cd98886e (patch) | |
tree | bce6963d4b4119fd500adf9baba45fd0370f04ed /drivers/acpi | |
parent | 39b8931b5cad9a7cbcd2394a40a088311e783a82 (diff) | |
download | kernel_samsung_espresso10-a66b34b26fe1b0983c6d91b6381df806cd98886e.zip kernel_samsung_espresso10-a66b34b26fe1b0983c6d91b6381df806cd98886e.tar.gz kernel_samsung_espresso10-a66b34b26fe1b0983c6d91b6381df806cd98886e.tar.bz2 |
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 'drivers/acpi')
-rw-r--r-- | drivers/acpi/processor_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index 386e5aa..9dd0fa9 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c @@ -86,7 +86,6 @@ static int acpi_processor_info_open_fs(struct inode *inode, struct file *file); static void acpi_processor_notify(acpi_handle handle, u32 event, void *data); static acpi_status acpi_processor_hotadd_init(acpi_handle handle, int *p_cpu); static int acpi_processor_handle_eject(struct acpi_processor *pr); -extern int acpi_processor_tstate_has_changed(struct acpi_processor *pr); static const struct acpi_device_id processor_device_ids[] = { |