diff options
author | Andrew Morton <len.brown@intel.com> | 2005-07-30 04:18:00 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-04 22:38:20 -0400 |
commit | 4fdcf0804598f44b0f48da9e5281af48a4db393f (patch) | |
tree | 661c95a7caeb0ba395ba9f6736d74f0925d7b1d1 /drivers/acpi | |
parent | 031ec77bf67e4bda994ef8ceba267be3295ffdb7 (diff) |
[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>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/pci_link.c | 5 |
1 files changed, 1 insertions, 4 deletions
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: | |||
786 | return_VALUE(result); | 786 | return_VALUE(result); |
787 | } | 787 | } |
788 | 788 | ||
789 | static int | 789 | static int irqrouter_suspend(struct sys_device *dev, pm_message_t state) |
790 | irqrouter_suspend( | ||
791 | struct sys_device *dev, | ||
792 | u32 state) | ||
793 | { | 790 | { |
794 | struct list_head *node = NULL; | 791 | struct list_head *node = NULL; |
795 | struct acpi_pci_link *link = NULL; | 792 | struct acpi_pci_link *link = NULL; |