From 522a4aef19b48ea113506a12c954c4f4920e81fa Mon Sep 17 00:00:00 2001 From: Jeroen Hofstee <jeroen@myspectrum.nl> Date: Wed, 8 Oct 2014 22:57:58 +0200 Subject: [PATCH] twister: add missing includes Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> --- board/technexion/twister/twister.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/technexion/twister/twister.c b/board/technexion/twister/twister.c index 054e7ccded..a4aed3ba8b 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> -- 2.39.5