ACPI: remove is_processor_present prototype
authorGlauber Costa <gcosta@redhat.com>
Sat, 16 Feb 2008 06:01:13 +0000 (01:01 -0500)
committerLen Brown <len.brown@intel.com>
Sat, 16 Feb 2008 06:01:13 +0000 (01:01 -0500)
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>
drivers/acpi/processor_core.c

index 75ccf5d..923fddb 100644 (file)
@@ -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;