Skip to content

Commit

Permalink
ACPI: remove is_processor_present prototype
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Glauber Costa authored and Len Brown committed Feb 16, 2008
1 parent 262ee35 commit e85ff4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/acpi/processor_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e85ff4b

Please sign in to comment.