summaryrefslogtreecommitdiff
path: root/arch/mips/kernel/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/pm.c')
-rw-r--r--arch/mips/kernel/pm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/kernel/pm.c b/arch/mips/kernel/pm.c
index 112903f..fefdf39 100644
--- a/arch/mips/kernel/pm.c
+++ b/arch/mips/kernel/pm.c
@@ -15,8 +15,12 @@
#include <asm/dsp.h>
#include <asm/fpu.h>
#include <asm/mmu_context.h>
+#include <asm/pm.h>
#include <asm/watch.h>
+/* Used by PM helper macros in asm/pm.h */
+struct mips_static_suspend_state mips_static_suspend_state;
+
/**
* mips_cpu_save() - Save general CPU state.
* Ensures that general CPU context is saved, notably FPU and DSP.