aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/pm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-at91/pm.c')
-rw-r--r--arch/arm/mach-at91/pm.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c
index a5cfe866c9dd..ec2fe4ca1e27 100644
--- a/arch/arm/mach-at91/pm.c
+++ b/arch/arm/mach-at91/pm.c
@@ -24,14 +24,14 @@
24#include <asm/mach/time.h> 24#include <asm/mach/time.h>
25#include <asm/mach/irq.h> 25#include <asm/mach/irq.h>
26 26
27#include <asm/arch/at91_pmc.h> 27#include <mach/at91_pmc.h>
28#include <asm/arch/gpio.h> 28#include <mach/gpio.h>
29#include <asm/arch/cpu.h> 29#include <mach/cpu.h>
30 30
31#include "generic.h" 31#include "generic.h"
32 32
33#ifdef CONFIG_ARCH_AT91RM9200 33#ifdef CONFIG_ARCH_AT91RM9200
34#include <asm/arch/at91rm9200_mc.h> 34#include <mach/at91rm9200_mc.h>
35 35
36/* 36/*
37 * The AT91RM9200 goes into self-refresh mode with this command, and will 37 * The AT91RM9200 goes into self-refresh mode with this command, and will
@@ -41,7 +41,7 @@
41#define sdram_selfrefresh_disable() do {} while (0) 41#define sdram_selfrefresh_disable() do {} while (0)
42 42
43#elif defined(CONFIG_ARCH_AT91CAP9) 43#elif defined(CONFIG_ARCH_AT91CAP9)
44#include <asm/arch/at91cap9_ddrsdr.h> 44#include <mach/at91cap9_ddrsdr.h>
45 45
46static u32 saved_lpr; 46static u32 saved_lpr;
47 47
@@ -58,7 +58,7 @@ static inline void sdram_selfrefresh_enable(void)
58#define sdram_selfrefresh_disable() at91_sys_write(AT91_DDRSDRC_LPR, saved_lpr) 58#define sdram_selfrefresh_disable() at91_sys_write(AT91_DDRSDRC_LPR, saved_lpr)
59 59
60#else 60#else
61#include <asm/arch/at91sam9_sdramc.h> 61#include <mach/at91sam9_sdramc.h>
62 62
63#ifdef CONFIG_ARCH_AT91SAM9263 63#ifdef CONFIG_ARCH_AT91SAM9263
64/* 64/*
@@ -91,8 +91,8 @@ static inline void sdram_selfrefresh_enable(void)
91 */ 91 */
92#if defined(AT91_SHDWC) 92#if defined(AT91_SHDWC)
93 93
94#include <asm/arch/at91_rstc.h> 94#include <mach/at91_rstc.h>
95#include <asm/arch/at91_shdwc.h> 95#include <mach/at91_shdwc.h>
96 96
97static void __init show_reset_status(void) 97static void __init show_reset_status(void)
98{ 98{