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 коммит произвёл Len Brown
Родитель 262ee35be6
Коммит e85ff4b53e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

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