The patch titled
     acpi: remove is_processor_present prototype
has been removed from the -mm tree.  Its filename was
     remove-is_processor_present-prototype.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: acpi: remove is_processor_present prototype
From: Glauber Costa <[EMAIL PROTECTED]>

The function itself is defined just below, so this prototype is not really
useful.

Signed-off-by: Glauber Costa <[EMAIL PROTECTED]>
Cc: Len Brown <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/acpi/processor_core.c |    2 --
 1 file changed, 2 deletions(-)

diff -puN drivers/acpi/processor_core.c~remove-is_processor_present-prototype 
drivers/acpi/processor_core.c
--- a/drivers/acpi/processor_core.c~remove-is_processor_present-prototype
+++ a/drivers/acpi/processor_core.c
@@ -826,8 +826,6 @@ static int acpi_processor_remove(struct 
  *     Acpi processor hotplug support                                      *
  ****************************************************************************/
 
-static int is_processor_present(acpi_handle handle);
-
 static int is_processor_present(acpi_handle handle)
 {
        acpi_status status;
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
acpi-use-acpi_debug_print-instead-of-printk.patch
git-kvm.patch
fix-typo-in-tick-broadcastc.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to