]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32
authorAndrew Morton <len.brown@intel.com>
Sat, 30 Jul 2005 08:18:00 +0000 (04:18 -0400)
committerLen Brown <len.brown@intel.com>
Fri, 5 Aug 2005 02:38:20 +0000 (22:38 -0400)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_link.c

index 0091dbdf7ef9ed2296839951b0b4fe720896a756..a0df2f3606d35841d01e6cd3d7e756db691b16ce 100644 (file)
@@ -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;