aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/oprofile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/oprofile')
-rw-r--r--arch/i386/oprofile/nmi_int.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/oprofile/nmi_int.c b/arch/i386/oprofile/nmi_int.c
index 3492d961d3f1..255e4702d185 100644
--- a/arch/i386/oprofile/nmi_int.c
+++ b/arch/i386/oprofile/nmi_int.c
@@ -32,7 +32,7 @@ static int nmi_enabled = 0;
32 32
33#ifdef CONFIG_PM 33#ifdef CONFIG_PM
34 34
35static int nmi_suspend(struct sys_device *dev, u32 state) 35static int nmi_suspend(struct sys_device *dev, pm_message_t state)
36{ 36{
37 if (nmi_enabled == 1) 37 if (nmi_enabled == 1)
38 nmi_stop(); 38 nmi_stop();