From: Glauber Costa Date: Sat, 16 Feb 2008 06:01:13 +0000 (-0500) Subject: ACPI: remove is_processor_present prototype X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e85ff4b53eb4252d967922bd75cb6d10863955f3;p=mv-sheeva.git 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 Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c index 75ccf5d18bf..923fddb2caa 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) * Acpi processor hotplug support * ****************************************************************************/ -static int is_processor_present(acpi_handle handle); - static int is_processor_present(acpi_handle handle) { acpi_status status;