Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b965f18 authored by Omar Ramirez Luna's avatar Omar Ramirez Luna Committed by Greg Kroah-Hartman
Browse files

staging: tidspbridge: fix compilation on dsp clock functions



Seen on v3.1-rc3, patch:

omap: mcbsp: Drop in-driver transfer support
bafe2721

Removed code that now cause tidspbridge to break while compiling.

Signed-off-by: default avatarOmar Ramirez Luna <omar.ramirez@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 048316be
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -209,7 +209,6 @@ int dsp_clk_enable(enum dsp_clk_id clk_id)
		break;
		break;
#ifdef CONFIG_OMAP_MCBSP
#ifdef CONFIG_OMAP_MCBSP
	case MCBSP_CLK:
	case MCBSP_CLK:
		omap_mcbsp_set_io_type(MCBSP_ID(clk_id), OMAP_MCBSP_POLL_IO);
		omap_mcbsp_request(MCBSP_ID(clk_id));
		omap_mcbsp_request(MCBSP_ID(clk_id));
		omap2_mcbsp_set_clks_src(MCBSP_ID(clk_id), MCBSP_CLKS_PAD_SRC);
		omap2_mcbsp_set_clks_src(MCBSP_ID(clk_id), MCBSP_CLKS_PAD_SRC);
		break;
		break;