diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-02-16 01:01:13 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-02-16 01:01:13 -0500 |
commit | e85ff4b53eb4252d967922bd75cb6d10863955f3 (patch) | |
tree | 0b2d2289ddacba7e61e5475ff710bbf8fd67748e /drivers/acpi | |
parent | 262ee35be6a3aae9b4a7aafafc2dba901fc36620 (diff) |
ACPI: remove is_processor_present prototype
The function itself is defined just below, so this prototype is not really
useful.
Signed-off-by: Glauber Costa <gcosta@redhat.com>
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index 75ccf5d18bf4..923fddb2caa3 100644 --- a/drivers/acpi/processor_core.c +++ b/drivers/acpi/processor_core.c | |||
@@ -826,8 +826,6 @@ static int acpi_processor_remove(struct acpi_device *device, int type) | |||
826 | * Acpi processor hotplug support * | 826 | * Acpi processor hotplug support * |
827 | ****************************************************************************/ | 827 | ****************************************************************************/ |
828 | 828 | ||
829 | static int is_processor_present(acpi_handle handle); | ||
830 | |||
831 | static int is_processor_present(acpi_handle handle) | 829 | static int is_processor_present(acpi_handle handle) |
832 | { | 830 | { |
833 | acpi_status status; | 831 | acpi_status status; |