summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/context.h
diff options
context:
space:
mode:
authorramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>2012-05-23 14:14:00 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-25 08:35:13 +0200
commitaec28c223d49999c3dff7c668ba8b32c7fab3d1b (patch)
treea4375ddcf46772b5bd7f38f9774110d01cfa919f /arch/arm/mach-ux500/include/mach/context.h
parent91660ea903d5b4bfddb7e72df5539e5b054ec19d (diff)
pm: Fix for Ethernet doesn't work after suspend
Signed-off-by: ramesh.chandrasekaran <ramesh.chandrasekaran@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/include/mach/context.h')
-rw-r--r--arch/arm/mach-ux500/include/mach/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/include/mach/context.h b/arch/arm/mach-ux500/include/mach/context.h
index 6975a69eddc..a3490121b67 100644
--- a/arch/arm/mach-ux500/include/mach/context.h
+++ b/arch/arm/mach-ux500/include/mach/context.h
@@ -36,6 +36,9 @@ int context_arm_notifier_unregister(struct notifier_block *nb);
void context_vape_save(void);
void context_vape_restore(void);
+void context_fsmc_save(void);
+void context_fsmc_restore(void);
+
void context_gpio_save(void);
void context_gpio_restore(void);
void context_gpio_restore_mux(void);