Commit 4fdcf080 authored by Andrew Morton's avatar Andrew Morton Committed by Len Brown

[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 031ec77b
...@@ -786,10 +786,7 @@ acpi_pci_link_add ( ...@@ -786,10 +786,7 @@ acpi_pci_link_add (
return_VALUE(result); return_VALUE(result);
} }
static int static int irqrouter_suspend(struct sys_device *dev, pm_message_t state)
irqrouter_suspend(
struct sys_device *dev,
u32 state)
{ {
struct list_head *node = NULL; struct list_head *node = NULL;
struct acpi_pci_link *link = NULL; struct acpi_pci_link *link = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment