From: Andrew Morton Cc: Pavel Machek Cc: "Brown, Len" Signed-off-by: Andrew Morton --- 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-11 19:27:55.000000000 -0700 +++ devel-akpm/drivers/acpi/pci_link.c 2005-07-11 19:28:19.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; _