dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Glauber Costa 2008-02-16 01:01:13 -05:00 committed by Len Brown
parent 262ee35be6
commit e85ff4b53e
1 changed files with 0 additions and 2 deletions

View 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;