summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/omap-pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap-pm.h')
-rw-r--r--arch/arm/mach-omap2/omap-pm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-pm.h b/arch/arm/mach-omap2/omap-pm.h
index 4511a53b8e3..67faa7b8fe9 100644
--- a/arch/arm/mach-omap2/omap-pm.h
+++ b/arch/arm/mach-omap2/omap-pm.h
@@ -18,7 +18,6 @@
#include <linux/cpufreq.h>
#include <linux/clk.h>
#include <linux/opp.h>
-#include <linux/power/omap_prm.h>
/*
* agent_id values for use with omap_pm_set_min_bus_tput():
@@ -347,4 +346,7 @@ unsigned long omap_pm_cpu_get_freq(void);
*/
int omap_pm_get_dev_context_loss_count(struct device *dev);
+void omap_pm_enable_off_mode(void);
+void omap_pm_disable_off_mode(void);
+
#endif