diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-30 11:23:50 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-10 15:07:25 +0300 |
commit | 3774bec74ea7cb30b8e80c87dd64396586d645c7 (patch) | |
tree | 24b1420a807a621bd5b635a51d61b4af954d4787 /include/linux/platform_data/asoc-ti-mcbsp.h | |
parent | bbfa26c530c108ddb8f5305a1a93756b6a767d88 (diff) | |
download | linux-3774bec74ea7cb30b8e80c87dd64396586d645c7.tar.xz |
ARM: OMAP2+: McBSP: Remove the old iclk allow/deny idle code
The new pdata callback (force_ick_on) is now used by the driver and the old
callback related code can be removed.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/platform_data/asoc-ti-mcbsp.h')
-rw-r--r-- | include/linux/platform_data/asoc-ti-mcbsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/asoc-ti-mcbsp.h b/include/linux/platform_data/asoc-ti-mcbsp.h index 5530971abf4d..e684543254f3 100644 --- a/include/linux/platform_data/asoc-ti-mcbsp.h +++ b/include/linux/platform_data/asoc-ti-mcbsp.h @@ -44,7 +44,6 @@ struct omap_mcbsp_platform_data { /* McBSP platform and instance specific features */ bool has_wakeup; /* Wakeup capability */ bool has_ccr; /* Transceiver has configuration control registers */ - int (*enable_st_clock)(unsigned int, bool); int (*force_ick_on)(struct clk *clk, bool force_on); }; |