mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
staging: tidspbridge: fix compilation on dsp clock functions
Seen on v3.1-rc3, patch:
omap: mcbsp: Drop in-driver transfer support
bafe2721a0
Removed code that now cause tidspbridge to break while compiling.
Signed-off-by: Omar Ramirez Luna <omar.ramirez@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
048316be72
commit
1b965f1891
1 changed files with 0 additions and 1 deletions
|
@ -209,7 +209,6 @@ int dsp_clk_enable(enum dsp_clk_id clk_id)
|
|||
break;
|
||||
#ifdef CONFIG_OMAP_MCBSP
|
||||
case MCBSP_CLK:
|
||||
omap_mcbsp_set_io_type(MCBSP_ID(clk_id), OMAP_MCBSP_POLL_IO);
|
||||
omap_mcbsp_request(MCBSP_ID(clk_id));
|
||||
omap2_mcbsp_set_clks_src(MCBSP_ID(clk_id), MCBSP_CLKS_PAD_SRC);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue