From: Andrew Morton Date: Sat, 30 Jul 2005 08:18:00 +0000 (-0400) Subject: [ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4fdcf0804598f44b0f48da9e5281af48a4db393f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git [ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32 Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- diff --git a/drivers/acpi/pci_link.c b/drivers/acpi/pci_link.c index 0091dbdf7ef9..a0df2f3606d3 100644 --- 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;