[ACPI] lint: irqrouter_suspend() takes a pm_message_t, not a u32
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
031ec77bf6
commit
4fdcf08045
@ -786,10 +786,7 @@ end:
|
|||||||
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user