diff options
author | Markus Niebel <Markus.Niebel@tq-group.com> | 2014-11-18 13:22:55 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-11-20 10:30:21 +0100 |
commit | 8cc65d383eed2a51ecb549b1c5ca244159af4cad (patch) | |
tree | 13cdd8f0dd02350c06c2db9961ef61c43b53b572 /board/tqc/tqma6/tqma6.c | |
parent | 528354681a1a03c889877ce1e129a466b54f3116 (diff) | |
download | talos-obmc-uboot-8cc65d383eed2a51ecb549b1c5ca244159af4cad.tar.gz talos-obmc-uboot-8cc65d383eed2a51ecb549b1c5ca244159af4cad.zip |
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>
Diffstat (limited to 'board/tqc/tqma6/tqma6.c')
-rw-r--r-- | board/tqc/tqma6/tqma6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/tqc/tqma6/tqma6.c b/board/tqc/tqma6/tqma6.c index fd1bd59c6c..5e913d7cf7 100644 --- a/board/tqc/tqma6/tqma6.c +++ b/board/tqc/tqma6/tqma6.c @@ -17,6 +17,7 @@ #include <asm/gpio.h> #include <asm/io.h> #include <asm/imx-common/mxc_i2c.h> +#include <asm/imx-common/spi.h> #include <common.h> #include <fsl_esdhc.h> #include <libfdt.h> |