diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm.h')
-rw-r--r-- | arch/arm/mach-omap2/pm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/pm.h b/arch/arm/mach-omap2/pm.h index 0348fd717f61..8d9aa3e0f635 100644 --- a/arch/arm/mach-omap2/pm.h +++ b/arch/arm/mach-omap2/pm.h | |||
@@ -85,6 +85,8 @@ extern unsigned int save_secure_ram_context_sz; | |||
85 | extern unsigned int omap24xx_cpu_suspend_sz; | 85 | extern unsigned int omap24xx_cpu_suspend_sz; |
86 | extern unsigned int omap34xx_cpu_suspend_sz; | 86 | extern unsigned int omap34xx_cpu_suspend_sz; |
87 | 87 | ||
88 | #define PM_RTA_ERRATUM_i608 (1 << 0) | ||
89 | |||
88 | #if defined(CONFIG_PM) && defined(CONFIG_ARCH_OMAP3) | 90 | #if defined(CONFIG_PM) && defined(CONFIG_ARCH_OMAP3) |
89 | extern u16 pm34xx_errata; | 91 | extern u16 pm34xx_errata; |
90 | #define IS_PM34XX_ERRATUM(id) (pm34xx_errata & (id)) | 92 | #define IS_PM34XX_ERRATUM(id) (pm34xx_errata & (id)) |