Commit 8cc65d383eed2a51ecb549b1c5ca244159af4cad

Authored by Markus Niebel
Committed by Stefano Babic
1 parent 528354681a

tqma6: add missing include

Add include needed to have prototype for board_spi_cs_gpio

Signed-off-by: Markus Niebel <Markus.Niebel@tq-group.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

board/tqc/tqma6/tqma6.c
... ... @@ -17,6 +17,7 @@
17 17 #include <asm/gpio.h>
18 18 #include <asm/io.h>
19 19 #include <asm/imx-common/mxc_i2c.h>
  20 +#include <asm/imx-common/spi.h>
20 21 #include <common.h>
21 22 #include <fsl_esdhc.h>
22 23 #include <libfdt.h>