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, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap-pm.h b/arch/arm/mach-omap2/omap-pm.h
index 67faa7b8fe9..4511a53b8e3 100644
--- a/arch/arm/mach-omap2/omap-pm.h
+++ b/arch/arm/mach-omap2/omap-pm.h
@@ -18,6 +18,7 @@
#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():
@@ -346,7 +347,4 @@ 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