tree 661c95a7caeb0ba395ba9f6736d74f0925d7b1d1
parent 031ec77bf67e4bda994ef8ceba267be3295ffdb7
author Andrew Morton <[EMAIL PROTECTED]> Sat, 30 Jul 2005 12:18:00 -0400
committer Len Brown <[EMAIL PROTECTED]> Fri, 05 Aug 2005 06:38:20 -0400

[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32

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

 drivers/acpi/pci_link.c |    5 +----
 1 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/acpi/pci_link.c b/drivers/acpi/pci_link.c
--- a/drivers/acpi/pci_link.c
+++ b/drivers/acpi/pci_link.c
@@ -786,10 +786,7 @@ end:
        return_VALUE(result);
 }
 
-static int
-irqrouter_suspend(
-       struct sys_device *dev,
-       u32     state)
+static int irqrouter_suspend(struct sys_device *dev, pm_message_t state)
 {
        struct list_head        *node = NULL;
        struct acpi_pci_link    *link = NULL;
-
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

Reply via email to