commit | 522a4aef19b48ea113506a12c954c4f4920e81fa | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Wed Oct 08 22:57:58 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Sat Oct 25 15:27:36 2014 -0400 |
tree | deff98b2bdab07c7945a6b3a56b0fe55e1316d56 | |
parent | bf8550287dbc71a1f852664565dea095fbe868ec [diff] |
twister: add missing includes Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
diff --git a/board/technexion/twister/twister.c b/board/technexion/twister/twister.c index 054e7cc..a4aed3b 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>