diff options
| author | Jim Wylder <jwylder@motorola.com> | 2014-05-12 17:52:31 -0500 |
|---|---|---|
| committer | Jim Wylder <jwylder@motorola.com> | 2014-05-12 17:52:31 -0500 |
| commit | 7be3e53f2d72ba5a931397c92c38a0d31f97c48f (patch) | |
| tree | baf5d4dfa53eaacc08ed207e29db2078aaafff22 /arch/arm/mach-omap2/omap-pm.h | |
| parent | 0836c4b0758d484fcd328c3cd906fede829db2b4 (diff) | |
| download | olio-linux-3.10-7be3e53f2d72ba5a931397c92c38a0d31f97c48f.tar.xz olio-linux-3.10-7be3e53f2d72ba5a931397c92c38a0d31f97c48f.zip | |
Revert "IKXCLOCK-1044 arm: omap2: enable OMAP offmode"
This reverts commit 45c7061a5c2c4ac7e4e2f0c01e2db05e7c4a0b0a.
Diffstat (limited to 'arch/arm/mach-omap2/omap-pm.h')
| -rw-r--r-- | arch/arm/mach-omap2/omap-pm.h | 4 |
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 |