From: akpm@osdl.org Sent: Saturday, July 30, 2005 4:18 AM To: Brown, Len Cc: akpm@osdl.org; pavel@ucw.cz Subject: [patch 10/12] pci_link-pm_message_t-fix From: Andrew Morton Cc: Pavel Machek Cc: "Brown, Len" Signed-off-by: Andrew Morton Index: to-akpm/drivers/acpi/pci_link.c =================================================================== --- to-akpm.orig/drivers/acpi/pci_link.c +++ to-akpm/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;