aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/kernel/setup.c')
-rw-r--r--arch/arm/kernel/setup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c
index 5df2bca57c42..b341b1c3b2fa 100644
--- a/arch/arm/kernel/setup.c
+++ b/arch/arm/kernel/setup.c
@@ -7,6 +7,7 @@
7 * it under the terms of the GNU General Public License version 2 as 7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation. 8 * published by the Free Software Foundation.
9 */ 9 */
10#include <linux/efi.h>
10#include <linux/export.h> 11#include <linux/export.h>
11#include <linux/kernel.h> 12#include <linux/kernel.h>
12#include <linux/stddef.h> 13#include <linux/stddef.h>
@@ -37,6 +38,7 @@
37#include <asm/cp15.h> 38#include <asm/cp15.h>
38#include <asm/cpu.h> 39#include <asm/cpu.h>
39#include <asm/cputype.h> 40#include <asm/cputype.h>
41#include <asm/efi.h>
40#include <asm/elf.h> 42#include <asm/elf.h>
41#include <asm/early_ioremap.h> 43#include <asm/early_ioremap.h>
42#include <asm/fixmap.h> 44#include <asm/fixmap.h>
@@ -966,6 +968,7 @@ void __init setup_arch(char **cmdline_p)
966 early_paging_init(mdesc); 968 early_paging_init(mdesc);
967#endif 969#endif
968 setup_dma_zone(mdesc); 970 setup_dma_zone(mdesc);
971 efi_init();
969 sanity_check_meminfo(); 972 sanity_check_meminfo();
970 arm_memblock_init(mdesc); 973 arm_memblock_init(mdesc);
971 974