[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1203106021-11038-1-git-send-email-gcosta@redhat.com>
Date: Fri, 15 Feb 2008 18:07:00 -0200
From: Glauber Costa <gcosta@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, andrew.grover@...el.com,
paul.s.diefenbaugh@...el.com, linux@...do.de,
anil.s.keshavamurthy@...el.com, lenb@...nel.org,
linux-acpi@...r.kernel.org, Glauber Costa <gcosta@...hat.com>
Subject: [PATCH] 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@...hat.com>
---
drivers/acpi/processor_core.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/acpi/processor_core.c b/drivers/acpi/processor_core.c
index 75ccf5d..923fddb 100644
--- a/drivers/acpi/processor_core.c
+++ b/drivers/acpi/processor_core.c
@@ -826,8 +826,6 @@ #ifdef CONFIG_ACPI_HOTPLUG_CPU
* Acpi processor hotplug support *
****************************************************************************/
-static int is_processor_present(acpi_handle handle);
-
static int is_processor_present(acpi_handle handle)
{
acpi_status status;
--
1.4.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists