diff options
author | Simon Glass | 2017-05-31 19:47:48 -0600 |
---|---|---|
committer | Tom Rini | 2017-06-05 11:02:36 -0400 |
commit | c62db35d52c6ba5f31ac36e690c58ec54b273298 (patch) | |
tree | 52acce23dd2b8d50d28cc4d411201ad22a5e4722 /board/esd | |
parent | 3a53e99c7de155d8c5e057d9fda1939b60e18a2f (diff) |
arm: Add explicit include of <asm/mach-types.h>
Rather than relying on common.h to provide this include, which is going
away at some point, include it explicitly in each file.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/esd')
-rw-r--r-- | board/esd/meesc/meesc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c index 19b673e6d21..037cf074ea2 100644 --- a/board/esd/meesc/meesc.c +++ b/board/esd/meesc/meesc.c @@ -13,6 +13,7 @@ #include <common.h> #include <asm/io.h> #include <asm/gpio.h> +#include <asm/mach-types.h> #include <asm/arch/at91sam9_smc.h> #include <asm/arch/at91_common.h> #include <asm/arch/at91_pmc.h> |