diff options
| author | Tony Lindgren <tony@atomide.com> | 2012-03-06 16:37:49 -0800 | 
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-03-06 16:37:49 -0800 | 
| commit | dd713e97f7e08b5742d9252f404cde34b97e1587 (patch) | |
| tree | 96649970c8f2b52f274a7d80bfdaf1a7629e7890 /arch/arm/mach-omap2/pm.h | |
| parent | b01543dfe67bb1d191998e90d20534dc354de059 (diff) | |
| parent | 7cb034f8179dfc2889c1f2341566ee68f648a324 (diff) | |
| download | olio-linux-3.10-dd713e97f7e08b5742d9252f404cde34b97e1587.tar.xz olio-linux-3.10-dd713e97f7e08b5742d9252f404cde34b97e1587.zip  | |
Merge branch 'for_3.4/cleanup/uart' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into uart
Diffstat (limited to 'arch/arm/mach-omap2/pm.h')
| -rw-r--r-- | arch/arm/mach-omap2/pm.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h index b737b11e449..6cd954dd189 100644 --- a/arch/arm/mach-omap2/pm.h +++ b/arch/arm/mach-omap2/pm.h @@ -18,7 +18,6 @@  extern void *omap3_secure_ram_storage;  extern void omap3_pm_off_mode_enable(int);  extern void omap_sram_idle(void); -extern int omap3_can_sleep(void);  extern int omap_set_pwrdm_state(struct powerdomain *pwrdm, u32 state);  extern int omap3_idle_init(void);  extern int omap4_idle_init(void);  |