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:
Родитель
262ee35be6
Коммит
e85ff4b53e
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче