
From: Andrew Morton <akpm@osdl.org>

Cc: Pavel Machek <pavel@ucw.cz>
Cc: "Brown, Len" <len.brown@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

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

diff -puN drivers/acpi/pci_link.c~pci_link-pm_message_t-fix drivers/acpi/pci_link.c
--- devel/drivers/acpi/pci_link.c~pci_link-pm_message_t-fix	2005-07-14 15:53:50.000000000 -0700
+++ devel-akpm/drivers/acpi/pci_link.c	2005-07-14 15:53:50.000000000 -0700
@@ -719,10 +719,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;
_
