The patch titled
     acpi: remove is_processor_present prototype
has been added to the -mm tree.  Its filename is
     remove-is_processor_present-prototype.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

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

remove-is_processor_present-prototype.patch
git-kvm.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