]> code.ossystems Code Review - bsp/u-boot.git/commit
ARM: i.MX: provide declaration for board_spi_cs_gpio
authorEric Nelson <eric.nelson@boundarydevices.com>
Tue, 30 Sep 2014 22:40:03 +0000 (15:40 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 21 Oct 2014 19:30:55 +0000 (17:30 -0200)
commit2d6e2ece0194aafa9a9e8b96d63814fb9aa21d65
treeefe2dd24170d69084493001b5728b653105853e0
parentd09ced320457b7e4a30689cdc97b5a113ac7aa33
ARM: i.MX: provide declaration for board_spi_cs_gpio

Provide a public declaration of the board_spi_cs_gpio()
callback for i.MX SPI chip selects to prevent the warning
"Should it be static?" when compiling with "make C=1".

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
arch/arm/include/asm/imx-common/spi.h [new file with mode: 0644]
board/boundary/nitrogen6x/nitrogen6x.c
board/compulab/cm_fx6/common.c
board/embest/mx6boards/mx6boards.c
board/freescale/mx6qsabreauto/mx6qsabreauto.c
board/freescale/mx6slevk/mx6slevk.c
board/gateworks/gw_ventana/gw_ventana.c
board/genesi/mx51_efikamx/efikamx.c
board/ttcontrol/vision2/vision2.c
drivers/spi/mxc_spi.c