From 3acb011c3c2c26cb6a6ee1b1d61ab8992b4f140b Mon Sep 17 00:00:00 2001 From: Eric Nelson Date: Tue, 30 Sep 2014 15:40:03 -0700 Subject: 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 --- board/compulab/cm_fx6/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/compulab') diff --git a/board/compulab/cm_fx6/common.c b/board/compulab/cm_fx6/common.c index 1f3967995f..59c9d1ac06 100644 --- a/board/compulab/cm_fx6/common.c +++ b/board/compulab/cm_fx6/common.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include "common.h" -- cgit v1.2.1