diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-20 12:36:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-20 12:39:16 -0500 |
commit | a3e1653ddeb02f39481eba572275016171e9670c (patch) | |
tree | ab620de093377355ef863ecfe4e1bfda9a9129c8 /arch/arm/include/asm | |
parent | e070dc422d98cd232a928ceba87ac448854b8f25 (diff) | |
parent | 5bbf36af7ff6f4ff77d903320e95e5628c68884d (diff) |
Merge git://git.denx.de/u-boot-marvell
- Clearfog GT-8K support added by Baruch / Raheeb
- const and sizes cleanup (also in MIPS) from Baruch
- Minor cleanup to db-88f6820 from Chris
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/armv8/mmu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/armv8/mmu.h b/arch/arm/include/asm/armv8/mmu.h index 62d00d15c2..4a573208df 100644 --- a/arch/arm/include/asm/armv8/mmu.h +++ b/arch/arm/include/asm/armv8/mmu.h @@ -7,6 +7,8 @@ #ifndef _ASM_ARMV8_MMU_H_ #define _ASM_ARMV8_MMU_H_ +#include <linux/const.h> + /* * block/section address mask and size definitions. */ |