diff options
-rw-r--r-- | arch/blackfin/mach-common/pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/mach-common/pm.c b/arch/blackfin/mach-common/pm.c index 1387a94bcfd5..a66d979ec651 100644 --- a/arch/blackfin/mach-common/pm.c +++ b/arch/blackfin/mach-common/pm.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <linux/slab.h> | 14 | #include <linux/slab.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <linux/irq.h> | 16 | #include <linux/irq.h> |
17 | #include <linux/delay.h> | ||
17 | 18 | ||
18 | #include <asm/cplb.h> | 19 | #include <asm/cplb.h> |
19 | #include <asm/gpio.h> | 20 | #include <asm/gpio.h> |
@@ -180,6 +181,7 @@ int bfin_pm_suspend_mem_enter(void) | |||
180 | 181 | ||
181 | #if defined(CONFIG_BFIN_EXTMEM_WRITEBACK) || defined(CONFIG_BFIN_L2_WRITEBACK) | 182 | #if defined(CONFIG_BFIN_EXTMEM_WRITEBACK) || defined(CONFIG_BFIN_L2_WRITEBACK) |
182 | flushinv_all_dcache(); | 183 | flushinv_all_dcache(); |
184 | udelay(1); | ||
183 | #endif | 185 | #endif |
184 | _disable_dcplb(); | 186 | _disable_dcplb(); |
185 | _disable_icplb(); | 187 | _disable_icplb(); |