diff options
Diffstat (limited to 'arch/arm/mach-davinci/board-evm.c')
-rw-r--r-- | arch/arm/mach-davinci/board-evm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-davinci/board-evm.c b/arch/arm/mach-davinci/board-evm.c index 9e4024c4965f..134355787814 100644 --- a/arch/arm/mach-davinci/board-evm.c +++ b/arch/arm/mach-davinci/board-evm.c | |||
@@ -20,13 +20,13 @@ | |||
20 | #include <asm/setup.h> | 20 | #include <asm/setup.h> |
21 | #include <asm/io.h> | 21 | #include <asm/io.h> |
22 | #include <asm/mach-types.h> | 22 | #include <asm/mach-types.h> |
23 | #include <asm/hardware.h> | 23 | #include <mach/hardware.h> |
24 | 24 | ||
25 | #include <asm/mach/arch.h> | 25 | #include <asm/mach/arch.h> |
26 | #include <asm/mach/map.h> | 26 | #include <asm/mach/map.h> |
27 | #include <asm/mach/flash.h> | 27 | #include <asm/mach/flash.h> |
28 | 28 | ||
29 | #include <asm/arch/common.h> | 29 | #include <mach/common.h> |
30 | 30 | ||
31 | /* other misc. init functions */ | 31 | /* other misc. init functions */ |
32 | void __init davinci_psc_init(void); | 32 | void __init davinci_psc_init(void); |