From 4ca958bea8c1d6e3ad9725a112757013313d3bb5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Signed-off-by=3A=20Lu=C3=83=C2=ADs=20Vit=C3=83=C2=B3rio=20C?= =?utf8?q?argnini?= Date: Wed, 26 Sep 2007 00:18:59 -0300 Subject: [PATCH] ARM: OMAP: Prototype for omap_mcbsp_set_io_type() MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit this patch add the function prototype of set I/O to the header file os it could be used outside since it is exported, but not defined in the header previously Signed-off-by: Luís Vitório Cargnini Signed-off-by: Tony Lindgren --- include/asm-arm/arch-omap/mcbsp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/asm-arm/arch-omap/mcbsp.h b/include/asm-arm/arch-omap/mcbsp.h index 94da17ed7ca..b53c3b23b8c 100644 --- a/include/asm-arm/arch-omap/mcbsp.h +++ b/include/asm-arm/arch-omap/mcbsp.h @@ -318,5 +318,6 @@ void omap_mcbsp_set_spi_mode(unsigned int id, const struct omap_mcbsp_spi_cfg * /* Polled read/write functions */ int omap_mcbsp_pollread(unsigned int id, u16 * buf); int omap_mcbsp_pollwrite(unsigned int id, u16 buf); +int omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t io_type); #endif -- 2.41.0