From: Signed-off-by: Luís Vitório Cargnini Date: Wed, 26 Sep 2007 03:18:59 +0000 (-0300) Subject: ARM: OMAP: Prototype for omap_mcbsp_set_io_type() X-Git-Tag: v2.6.23-omap1~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=4ca958bea8c1d6e3ad9725a112757013313d3bb5;p=linux-2.6-omap-h63xx.git ARM: OMAP: Prototype for omap_mcbsp_set_io_type() 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 --- 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