Commit 0efec0ca authored by Luís Cargnini's avatar Luís Cargnini Committed by Tony Lindgren

ARM: OMAP: Export more mcbsp functions

this patch only export two more functions to been used externally, for read
and write in polled mode.without the need of irqs.
Signed-off-by: default avatarLuis Vitorio Cargnini <lvcargnini@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 38cba447
......@@ -1022,6 +1022,8 @@ EXPORT_SYMBOL(omap_mcbsp_set_io_type);
EXPORT_SYMBOL(omap_mcbsp_free);
EXPORT_SYMBOL(omap_mcbsp_start);
EXPORT_SYMBOL(omap_mcbsp_stop);
EXPORT_SYMBOL(omap_mcbsp_pollread);
EXPORT_SYMBOL(omap_mcbsp_pollwrite);
EXPORT_SYMBOL(omap_mcbsp_xmit_word);
EXPORT_SYMBOL(omap_mcbsp_recv_word);
EXPORT_SYMBOL(omap_mcbsp_xmit_buffer);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment