Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e85ff4b5 authored by Glauber Costa's avatar Glauber Costa Committed by Len Brown
Browse files

ACPI: remove is_processor_present prototype



The function itself is defined just below, so this prototype is not really
useful.

Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 262ee35b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;