Ver código fonte

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>
Glauber Costa 17 anos atrás
pai
commit
e85ff4b53e
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      drivers/acpi/processor_core.c

+ 0 - 2
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;