Skip to content

Commit

Permalink
[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Andrew Morton committed Aug 5, 2005
1 parent 031ec77 commit 4fdcf08
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions drivers/acpi/pci_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -786,10 +786,7 @@ acpi_pci_link_add (
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;
Expand Down

0 comments on commit 4fdcf08

Please sign in to comment.