diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-10-08 22:57:58 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-25 15:27:36 -0400 |
commit | 522a4aef19b48ea113506a12c954c4f4920e81fa (patch) | |
tree | deff98b2bdab07c7945a6b3a56b0fe55e1316d56 /board | |
parent | bf8550287dbc71a1f852664565dea095fbe868ec (diff) |
twister: add missing includes
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'board')
-rw-r--r-- | board/technexion/twister/twister.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/technexion/twister/twister.c b/board/technexion/twister/twister.c index 054e7ccdedf..a4aed3ba8ba 100644 --- a/board/technexion/twister/twister.c +++ b/board/technexion/twister/twister.c @@ -16,6 +16,8 @@ #include <asm/omap_gpio.h> #include <asm/arch/mmc_host_def.h> #include <i2c.h> +#include <spl.h> +#include <mmc.h> #include <asm/gpio.h> #ifdef CONFIG_USB_EHCI #include <usb.h> |