commit | afa6756b914c0d90f68738f25015ee0569569495 | [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 | 2b562203eb4fc56f6752c36a1489b2c51e4ec16d [diff] [blame] |
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>