summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2017-08-29 07:59:23 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-08-31 06:07:41 -0400
commit5b7d0d0bb7624ec7c7fcae51f89ad8dc6d33041c (patch)
treedb39527b20946b1c70fe1fed6a487e6b33685947 /include/linux
parent06bada13781e5b92e7e76b752928aafa04527bc7 (diff)
clk: tegra: get rid of tegra_periph_reset_{asser,deassert}
All driver has been moved to common reset framework and hence this API is not needed. Change-Id: I61144306d03324f069bb3ad15b23a2e88f295979 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1548362 GVS: Gerrit_Virtual_Submit Reviewed-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk/tegra.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/clk/tegra.h b/include/linux/clk/tegra.h
index 55d7fd6e6..04ad49cfc 100644
--- a/include/linux/clk/tegra.h
+++ b/include/linux/clk/tegra.h
@@ -133,9 +133,6 @@ enum tegra_clk_ex_param {
133 TEGRA_CLK_MIPI_CSI_OUT_ENB, 133 TEGRA_CLK_MIPI_CSI_OUT_ENB,
134}; 134};
135 135
136void tegra_periph_reset_deassert(struct clk *c);
137void tegra_periph_reset_assert(struct clk *c);
138
139#ifdef CONFIG_COMMON_CLK 136#ifdef CONFIG_COMMON_CLK
140void tegra_clocks_apply_init_table(void); 137void tegra_clocks_apply_init_table(void);
141 138