diff options
Diffstat (limited to 'board/armltd')
-rw-r--r-- | board/armltd/vexpress64/pcie.c | 1 | ||||
-rw-r--r-- | board/armltd/vexpress64/vexpress64.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/board/armltd/vexpress64/pcie.c b/board/armltd/vexpress64/pcie.c index 21156a4ca94..888434a6f8e 100644 --- a/board/armltd/vexpress64/pcie.c +++ b/board/armltd/vexpress64/pcie.c @@ -6,6 +6,7 @@ */ #include <common.h> +#include <init.h> #include <asm/io.h> #include <linux/bitops.h> #include <pci_ids.h> diff --git a/board/armltd/vexpress64/vexpress64.c b/board/armltd/vexpress64/vexpress64.c index 912202d8ebc..fbfa7a18f11 100644 --- a/board/armltd/vexpress64/vexpress64.c +++ b/board/armltd/vexpress64/vexpress64.c @@ -7,6 +7,7 @@ #include <common.h> #include <cpu_func.h> #include <dm.h> +#include <init.h> #include <malloc.h> #include <errno.h> #include <net.h> |