diff options
Diffstat (limited to 'arch/arm/mach-pxa/pm.c')
-rw-r--r-- | arch/arm/mach-pxa/pm.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/pm.c b/arch/arm/mach-pxa/pm.c index 9445bf11e7ae..1b539e675579 100644 --- a/arch/arm/mach-pxa/pm.c +++ b/arch/arm/mach-pxa/pm.c | |||
@@ -16,12 +16,12 @@ | |||
16 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
17 | #include <linux/time.h> | 17 | #include <linux/time.h> |
18 | 18 | ||
19 | #include <asm/arch/hardware.h> | 19 | #include <mach/hardware.h> |
20 | #include <asm/memory.h> | 20 | #include <asm/memory.h> |
21 | #include <asm/system.h> | 21 | #include <asm/system.h> |
22 | #include <asm/arch/pm.h> | 22 | #include <mach/pm.h> |
23 | #include <asm/arch/pxa-regs.h> | 23 | #include <mach/pxa-regs.h> |
24 | #include <asm/arch/lubbock.h> | 24 | #include <mach/lubbock.h> |
25 | #include <asm/mach/time.h> | 25 | #include <asm/mach/time.h> |
26 | 26 | ||
27 | struct pxa_cpu_pm_fns *pxa_cpu_pm_fns; | 27 | struct pxa_cpu_pm_fns *pxa_cpu_pm_fns; |