diff options
Diffstat (limited to 'arch/i386/kernel/apic.c')
-rw-r--r-- | arch/i386/kernel/apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c index 35c1751ea0b0..e3879f7625c2 100644 --- a/arch/i386/kernel/apic.c +++ b/arch/i386/kernel/apic.c | |||
@@ -548,7 +548,7 @@ static struct { | |||
548 | unsigned int apic_thmr; | 548 | unsigned int apic_thmr; |
549 | } apic_pm_state; | 549 | } apic_pm_state; |
550 | 550 | ||
551 | static int lapic_suspend(struct sys_device *dev, u32 state) | 551 | static int lapic_suspend(struct sys_device *dev, pm_message_t state) |
552 | { | 552 | { |
553 | unsigned long flags; | 553 | unsigned long flags; |
554 | 554 | ||