Gitweb:
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e85ff4b53eb4252d967922bd75cb6d10863955f3
Commit: e85ff4b53eb4252d967922bd75cb6d10863955f3
Parent: 262ee35be6a3aae9b4a7aafafc2dba901fc36620
Author: Glauber Costa <[EMAIL PROTECTED]>
AuthorDate: Sat Feb 16 01:01:13 2008 -0500
Committer: Len Brown <[EMAIL PROTECTED]>
CommitDate: Sat Feb 16 01:01:13 2008 -0500
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 <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
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 @@ 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html